Skip to content

Commit

Permalink
update selectors, need to publish versions on NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSero committed Jul 1, 2024
1 parent a0da307 commit 7376f3e
Show file tree
Hide file tree
Showing 1,030 changed files with 338,496 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wallets/keplr/src/pages/LockPage/selectors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const onboardingElements = {
nextButton: 'Next',
focusedInput: 'input:focus',
phrasePrivateKey: 'Private key',
phraseInput: '.sc-iAvgwm.kEpgcC',
phraseCount24: '24 words',
walletName: 'My wallet',
phraseSelectChain: 'Select Chains',
Expand All @@ -17,11 +16,12 @@ export const onboardingElements = {
passwordInput: 'input[name="password"]',
confirmPasswordInput: 'input[name="confirmPassword"]',
createNextButton: 'button[type="submit"]',
unlockPasswordInput: '.sc-kLLXSd.aOXjF',
unlockConfirmPasswordInput: 'button[type="submit"].sc-ciZhAO.kaxPjU',
submitWalletDataButton: 'button[type="submit"]',
submitChainButton: 'button[type="button"]',
finishButton: 'button[type="button"]',
textAreaSelector: 'textbox',
submitPhraseButton: '.sc-bZkfAO jGdbNJ'
submitPhraseButton: 'button[type="submit"]',
unlockPasswordInput: 'input',
phraseInput: 'input',
}
Binary file not shown.
Loading

0 comments on commit 7376f3e

Please sign in to comment.