Skip to content

Commit

Permalink
Update test-snap-bip-32.spec.js
Browse files Browse the repository at this point in the history
wait for window
  • Loading branch information
PeterYinusa committed Oct 24, 2022
1 parent 04cac0e commit 95e4572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/snaps/test-snap-bip-32.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ describe('Test Snap bip-32', function () {
await driver.clickElement('#connectBip32');

// approve install of snap
await driver.waitUntilXWindowHandles(2, 5000, 10000);
let windowHandles = await driver.getAllWindowHandles();
await driver.switchToWindowWithTitle(
'MetaMask Notification',
Expand Down

0 comments on commit 95e4572

Please sign in to comment.