Bug 37812: (QA follow-up) Prevent cypress test failure by adjusting selector in DataProviders_spec.ts

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Paul Derscheid 2024-09-19 14:30:07 +00:00 committed by Martin Renvoize
parent 97facdd001
commit a5702bb71a
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -714,7 +714,7 @@ describe("Data providers action buttons", () => {
cy.get("#usage_data_providers_list table tbody tr:first")
.contains("Run now")
.click();
cy.get(".modal_centered p").contains(dataProvider.name);
cy.get(".modal.confirmation p").contains(dataProvider.name);
cy.intercept(
"POST",