Skip to content

Commit

Permalink
fix: sign-up spec auth timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Feb 17, 2022
1 parent 0db1c9a commit 74a20d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cypress/src/integration/sign-up.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ describe('[Sign-up - new user]', () => {
cy.get('div')
.contains('Sign up successful')
.should('be.visible')
cy.get('[data-cy=user-menu]')
})
it('sign in as new user', () => {
cy.visit('/')
cy.logout()
cy.wait(1000)
cy.get('[data-cy=login]').click()
cy.get('[data-cy=email]').type(newUser.email)
cy.get('[data-cy=password]').type(newUser.password)
Expand Down

0 comments on commit 74a20d1

Please sign in to comment.