Skip to content

Commit

Permalink
fix: remove cy pause from test
Browse files Browse the repository at this point in the history
  • Loading branch information
benfurber committed Jun 28, 2024
1 parent 7856acb commit adda155
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cypress/src/integration/settings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,6 @@ describe('[Settings]', () => {
cy.get('[data-cy=errors-container]').should('not.exist')
cy.get('[data-cy=save]').should('not.be.disabled')

cy.pause()

cy.queryDocuments(
DbCollectionName.users,
'userName',
Expand Down

0 comments on commit adda155

Please sign in to comment.