This commit is contained in:
@@ -114,5 +114,10 @@ describe("WIDGET FORM", () => {
|
|||||||
//delete the record
|
//delete the record
|
||||||
cy.get('[data-cy="widget-edit:delete"]').click();
|
cy.get('[data-cy="widget-edit:delete"]').click();
|
||||||
cy.get('[data-cy="gzconfirm:yesbutton"]').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");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user