Skip to content

Commit

Permalink
chore(cypress): fix cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 committed Jun 10, 2022
1 parent c57e84d commit 79a36ff
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 79a36ff

Please sign in to comment.