Skip to content

Commit

Permalink
chore(cypress): fix cypress test (#3573)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 committed Jun 10, 2022
1 parent c57e84d commit eebe5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Cypress.Commands.add('createAccountSecondScreen', () => {

Cypress.Commands.add('createAccountRecoverySeed', () => {
cy.contains('Recovery Seed', { timeout: 15000 }).should('be.visible')
cy.get('#custom-cursor-area').click()
cy.contains('I Saved It').click()
})

Cypress.Commands.add('validateUserInputIsDisplayed', () => {
Expand Down

0 comments on commit eebe5ad

Please sign in to comment.