This commit is contained in:
2026-02-15 11:27:52 -08:00
parent 89e4981193
commit 946ad9f155
5 changed files with 169 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ describe("SMOKE NAV", () => {
cy.get("[data-cy=navicon]").click();
cy.get("[data-cy=home]").click();
cy.get("[data-cy='nav/home-dashboard']").click();
cy.get("[data-cy='nav/home-dashboard']").click();//26fail Timed out retrying after 5000ms: Expected to find element: [data-cy='nav/home-dashboard'], but never found it.
cy.get("[data-cy=generalerror]").should("not.exist");
cy.get("[data-cy=navicon]").click();