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

@@ -45,11 +45,6 @@ describe("SMOKE MISC", () => {
cy.url().should("include", "/no-features-available");
cy.get("[data-cy=NFA]");
//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");
//-----------------------------------------------------
});