Skip to content

Commit

Permalink
Merge branch 'develop' into navigation-and-reject-all-signature-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
VSaric authored Jan 13, 2023
2 parents b06bfab + f6f6911 commit fa3cda9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/snaps/test-snap-installed.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ describe('Test Snap Installed', function () {
await driver.delay(1000);
const confirmButton = await driver.findElement('#connectDialogSnap');
await driver.scrollToElement(confirmButton);
await driver.delay(1000);
await driver.clickElement('#connectDialogSnap');
await driver.delay(1000);

Expand Down

0 comments on commit fa3cda9

Please sign in to comment.