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 5cba20e commit 32d6483Copy full SHA for 32d6483
smoke-test/tests/cypress/cypress/e2e/manage_tagsV2/helpers/tags_page_helper.js
@@ -18,7 +18,7 @@ export default class TagsPageHelper {
18
cy.clickOptionWithTestId("create-tag-modal-create-button");
19
20
if (shouldBeSuccessfullyCreated) {
21
- cy.getWithTestId("tag-name-field").should("not.exist");
+ cy.getWithTestId("create-tag-modal").should("not.exist");
22
} else {
23
cy.waitTextVisible("Failed to create tag. An unexpected error occurred");
24
cy.clickOptionWithTestId("create-tag-modal-cancel-button");
0 commit comments