Dashboard Error

This commit is contained in:
Moritz Utcke
2025-03-11 16:42:48 -03:00
parent 8b489a94cc
commit c588f69b0c
2 changed files with 8 additions and 6 deletions

View File

@@ -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", "/")
})
})