diff --git a/cypress/support/commands.ts b/cypress/support/commands.ts index cef68612..183b7438 100644 --- a/cypress/support/commands.ts +++ b/cypress/support/commands.ts @@ -224,7 +224,7 @@ Cypress.Commands.add( privateKeys[keyName || 'privateKey'], ) }) - cy.get('button[type="button"]').contains('Access Wallet').click() + cy.get('button[type="submit"]').contains('Access Wallet').click() } break case 'mnemonic':