We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d6483 commit 39cc70dCopy full SHA for 39cc70d
smoke-test/tests/cypress/cypress/e2e/manage_tagsV2/helpers/tags_page_helper.js
@@ -18,7 +18,8 @@ export default class TagsPageHelper {
18
cy.clickOptionWithTestId("create-tag-modal-create-button");
19
20
if (shouldBeSuccessfullyCreated) {
21
- cy.getWithTestId("create-tag-modal").should("not.exist");
+ // Wait for modal to close - check that add button is available again
22
+ cy.getWithTestId("add-tag-button").should("be.visible");
23
} else {
24
cy.waitTextVisible("Failed to create tag. An unexpected error occurred");
25
cy.clickOptionWithTestId("create-tag-modal-cancel-button");
0 commit comments