This commit is contained in:
2020-04-02 23:40:33 +00:00
parent 3ddbdfd2a4
commit af905297a2
2 changed files with 4 additions and 3 deletions

View File

@@ -116,8 +116,7 @@ describe("Login", () => {
//title
cy.contains("About AyaNova");
//client user should *NOT* see the licensed to bit or licensed options
cy.contains("Licensed to").should("not.exist");
cy.get("[data-cy='aboutlicensedoptions]").should("not.exist");
//LOGOUT
cy.get("[data-cy=contextmenu]").click();