Skip to content

Commit

Permalink
added delay for alert
Browse files Browse the repository at this point in the history
  • Loading branch information
bowensanders committed Sep 30, 2024
1 parent 0de7915 commit f7cfde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/snaps/test-snap-metrics.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ describe('Test Snap Metrics', function () {
await driver.delay(1000);
await driver.clickElement('#connectUpdateNew');

await driver.delay(1000);
await driver.delay(2000);
await driver.closeAlertPopup();

// switch to metamask popup and update
Expand Down

0 comments on commit f7cfde1

Please sign in to comment.