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:
parent
97facdd001
commit
a5702bb71a
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue