Skip to content

Commit 32d6483

Browse files
Anirudh Reddy MalgariAnirudh Reddy Malgari
authored andcommitted
retry test
1 parent 5cba20e commit 32d6483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-test/tests/cypress/cypress/e2e/manage_tagsV2/helpers/tags_page_helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default class TagsPageHelper {
1818
cy.clickOptionWithTestId("create-tag-modal-create-button");
1919

2020
if (shouldBeSuccessfullyCreated) {
21-
cy.getWithTestId("tag-name-field").should("not.exist");
21+
cy.getWithTestId("create-tag-modal").should("not.exist");
2222
} else {
2323
cy.waitTextVisible("Failed to create tag. An unexpected error occurred");
2424
cy.clickOptionWithTestId("create-tag-modal-cancel-button");

0 commit comments

Comments
 (0)