Skip to content

Commit

Permalink
Unskip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luucvanderzee committed Aug 26, 2024
1 parent fd8e52a commit 995ffe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/cypress/e2e/auth/sign_up_email_password.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('Sign up - Email + password step', () => {
cy.get('.e2e-error-message');
});

it.only('allows changing email during sign-up flow', () => {
it('allows changing email during sign-up flow', () => {
const oldEmail = randomEmail();
signUp(oldEmail);

Expand Down

0 comments on commit 995ffe1

Please sign in to comment.