Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistevam committed Nov 6, 2024
1 parent 071863b commit 505d22f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const {
defaultGanacheOptions,
unlockWallet,
withFixtures,
regularDelayMs,
} = require('../../helpers');
const { SECURITY_ALERTS_PROD_API_BASE_URL } = require('./constants');
const { mockServerJsonRpc } = require('./mocks/mock-server-json-rpc');
Expand Down Expand Up @@ -95,6 +96,7 @@ describe('PPOM Blockaid Alert - Malicious ERC20 Transfer @no-mmi', function () {
await driver.waitUntilXWindowHandles(3);
await driver.switchToWindowWithTitle(WINDOW_TITLES.Dialog);

await driver.delay(regularDelayMs);
await driver.assertElementNotPresent('.loading-indicator');

await driver.waitForSelector({
Expand Down

0 comments on commit 505d22f

Please sign in to comment.