This commit is contained in:
2021-12-21 16:19:38 +00:00
parent f18cea9ef3
commit 3644da98ad
21 changed files with 105 additions and 171 deletions

View File

@@ -73,11 +73,7 @@ describe("SMOKE ADMIN SECTION", () => {
cy.get("[data-cy=generalerror]").should("not.exist");
cy.get("[data-cy=ayaType]");
//LOGOUT
cy.get("[data-cy=navicon]").click();
cy.get("[data-cy=logout]").click();
cy.url().should("include", "/login");
cy.get("[data-cy=generalerror]").should("not.exist");
//-----------------------------------------------------
});