This commit is contained in:
2026-02-15 12:33:43 -08:00
parent 946ad9f155
commit 4cf278464e
2 changed files with 4 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
// Basic nav and menu test just to confirm each section menu works
describe("SMOKE NAV", () => {
it("Nav and menu functions correctly", () => {
cy.ayLogin("admin");
cy.ayLogin("bizadmin");
cy.get("[data-cy=navicon]").click();
cy.get("[data-cy=home]").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='nav/home-dashboard']").click();
cy.get("[data-cy=generalerror]").should("not.exist");
cy.get("[data-cy=navicon]").click();