Skip to content

Commit

Permalink
fix privateKey selector in cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddaqqa committed Mar 20, 2024
1 parent f6f287c commit c4107aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Cypress.Commands.add(
privateKeys[keyName || 'privateKey'],
)
})
cy.get('button[type="submit"]').contains('Access Wallet').click()
cy.get('[data-cy="btn-submit-private-key"]').contains('Access Wallet').click()
}
break
case 'mnemonic':
Expand Down

0 comments on commit c4107aa

Please sign in to comment.