Skip to content

Commit

Permalink
improve keplr set up
Browse files Browse the repository at this point in the history
  • Loading branch information
Seroxdesign committed Jun 18, 2024
1 parent 5ed5ca2 commit af0855e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wallets/keplr/src/pages/LockPage/actions/importWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export async function importWallet(page: Page, secretWords: string, password: st
const submitWalletDataButton = await page.getByRole('button', { name: 'Next', exact: true });
await submitWalletDataButton.click();
const submitChainButton = await page.getByRole('button', { name: 'Save', exact: true });
await submitChainButton.click();
await page.waitForLoadState('domcontentloaded');
await submitChainButton.click();
await page.close();
}

0 comments on commit af0855e

Please sign in to comment.