1
0

fix: password reset

This commit is contained in:
kolaente
2022-10-20 16:15:58 +02:00
parent 4ed665fbd9
commit 73575302de
4 changed files with 20 additions and 4 deletions

View File

@ -55,4 +55,9 @@ context('Login', () => {
testAndAssertFailed(fixture)
})
it('Should redirect to /login when no user is logged in', () => {
cy.visit('/')
cy.url().should('include', '/login')
})
})