This commit is contained in:
2020-04-01 19:44:46 +00:00
parent 1ea6e8054e
commit a39d1730b8

View File

@@ -114,5 +114,10 @@ describe("WIDGET FORM", () => {
//delete the record
cy.get('[data-cy="widget-edit:delete"]').click();
cy.get('[data-cy="gzconfirm:yesbutton"]').click();
//LOGOUT
cy.get("[data-cy=contextmenu]").click();
cy.get("[data-cy='app:logout']").click();
cy.url().should("include", "/login");
});
});