diff --git a/packages/cypress/src/integration/SignUp.spec.ts b/packages/cypress/src/integration/SignUp.spec.ts index 1fea73220f..945303d0d5 100644 --- a/packages/cypress/src/integration/SignUp.spec.ts +++ b/packages/cypress/src/integration/SignUp.spec.ts @@ -65,7 +65,7 @@ describe('[User sign-up]', () => { }) describe('[Update existing auth details]', () => { - it.only('Updates username and password', () => { + it('Updates username and password', () => { const user = generateNewUserDetails() const { email, username, password } = user cy.signUpNewUser(user) diff --git a/packages/cypress/src/integration/common.spec.ts b/packages/cypress/src/integration/common.spec.ts index 629b0f48ba..41614b91e2 100644 --- a/packages/cypress/src/integration/common.spec.ts +++ b/packages/cypress/src/integration/common.spec.ts @@ -32,7 +32,7 @@ describe('[Common]', () => { cy.url().should('include', '/map') }) - describe.only('[User feeback button]', () => { + describe('[User feeback button]', () => { it('[Desktop]', () => { cy.visit('/how-to') cy.get('[data-cy=feedback]').should('contain', 'Report a Problem')