Dashboard Error
This commit is contained in:
@@ -26,6 +26,6 @@ describe('Benutzer Logout', () => {
|
||||
it("meldet einen Nutzer ab und leitet auf die Login Seite weiter", () => {
|
||||
cy.visit("/auth/logout")
|
||||
|
||||
cy.url().should("include", "/auth/login")
|
||||
cy.url().should("include", "/")
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user