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:
parent
1f39fa1a25
commit
47204ada61
@ -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]"]')
|
||||
|
Loading…
x
Reference in New Issue
Block a user