This commit is contained in:
@@ -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");
|
||||
|
||||
//-----------------------------------------------------
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user