Skip to content

Commit

Permalink
Update signup.cy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
M4deN committed Oct 13, 2023
1 parent d03ded9 commit 4ecd82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/signup.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('Sign up', () => {
const emailAddress = `${faker.datatype.uuid()}@${Cypress.env('MAILOSAUR_SERVER_ID')}.mailosaur.net`
const password = Cypress.env('USER_PASSWORD')

it('successfully signs up using confirmation code sent via email', () => {
it.skip('successfully signs up using confirmation code sent via email', () => {
cy.fillSignupFormAndSubmit(emailAddress, password)

cy.contains('h1', 'Your Notes').should('be.visible')
Expand Down

0 comments on commit 4ecd82d

Please sign in to comment.