1
0
mirror of https://github.com/typemill/typemill.git synced 2025-01-17 05:18:19 +01:00

logout after test

This commit is contained in:
Mysteriedev 2022-03-06 18:32:39 +01:00
parent 1f39fa1a25
commit 47204ada61

View File

@ -10,6 +10,10 @@ describe("Typemill System Settings", function () {
Cypress.Cookies.preserveOnce("typemill-session");
});
after(function () {
cy.logoutTypemill();
});
it("validates the form", function () {
// fill out valid data
cy.get('input[name="settings[title]"]')