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 454df29 commit d2604e5Copy full SHA for d2604e5
smoke-test/tests/cypress/cypress/e2e/domains/nested_domains.js
@@ -93,7 +93,11 @@ const clearAndDelete = () => {
93
cy.clickOptionWithTestId("description-editor-save-button");
94
cy.waitTextVisible("No documentation");
95
cy.mouseover(".ant-list-item-meta-content");
96
- cy.get('[aria-label="delete"]').click();
+ cy.get('[aria-label="delete"]').click().wait(1000);
97
+ cy.get("button")
98
+ .contains("span", "Yes")
99
+ .should("be.visible")
100
+ .click({ force: true });
101
cy.waitTextVisible("Link Removed");
102
};
103
0 commit comments