Skip to content

Commit

Permalink
Merge pull request #77 from lidofinance/coinbase-fix
Browse files Browse the repository at this point in the history
fix: add step to confirm seed recovery for coinbase
  • Loading branch information
skhomuti authored Aug 10, 2023
2 parents a662ff8 + 0963964 commit f6e6000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wallets/src/coinbase/coinbase.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export class CoinbasePage implements WalletPage {
await this.page.click('data-testid=terms-and-privacy-policy');

await this.page.click('button:has-text("Submit")');
await this.page.click('text=Maybe later');
//wait for complete of recover process(need to wait for wallet page to be opened after seed recover)
await this.page.waitForSelector('data-testid=portfolio-header--switcher');
});
Expand Down

0 comments on commit f6e6000

Please sign in to comment.