Skip to content

Commit

Permalink
Merge pull request #192 from chain4travel/update-cypress
Browse files Browse the repository at this point in the history
update access with private key button selector
  • Loading branch information
aeddaqqa authored Mar 20, 2024
2 parents 2559fd9 + daf3aaa commit 752bb63
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="button"]').contains('Access Wallet').click()
cy.get('button[type="submit"]').contains('Access Wallet').click()
}
break
case 'mnemonic':
Expand Down

0 comments on commit 752bb63

Please sign in to comment.