Skip to content

Commit

Permalink
fix: added data-cy="accordionContainer"
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowsVeldt committed Jan 24, 2025
1 parent bc6bdfb commit 40cad42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cypress/src/integration/SignUp.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe('[User sign-up]', () => {
cy.get('[data-cy="tab-Account"]').click()

cy.step('Update Email')
cy.get('[data-cy=""]').click({ multiple: true })
cy.get('[data-cy="accordionContainer"]').click({ multiple: true })
cy.get('[data-cy="changeEmailContainer"]')
.contains(`Current email address: ${email}`)
.should('be.visible')
Expand Down

0 comments on commit 40cad42

Please sign in to comment.