1
0

Fix home page tests

This commit is contained in:
kolaente
2021-07-07 10:19:37 +02:00
parent c094b5175a
commit 9b4efc773b
3 changed files with 37 additions and 0 deletions

View File

@ -28,6 +28,7 @@ context('Registration', () => {
cy.get('#password2').type(fixture.password)
cy.get('#register-submit').click()
cy.url().should('include', '/')
cy.clock(1625656161057) // 13:00
cy.get('h2').should('contain', `Hi ${fixture.username}!`)
})