From e479939c1a62ea0af9909bee5026054f5112d1cc Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 19 Feb 2025 12:52:17 +0100 Subject: [PATCH] fix tests --- apps/remix-ide-e2e/src/commands/testFunction.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/remix-ide-e2e/src/commands/testFunction.ts b/apps/remix-ide-e2e/src/commands/testFunction.ts index 5429a79537..c35d430c23 100644 --- a/apps/remix-ide-e2e/src/commands/testFunction.ts +++ b/apps/remix-ide-e2e/src/commands/testFunction.ts @@ -23,6 +23,7 @@ class TestFunction extends EventEmitter { }) .perform((done) => { browser + .scrollInto(`[data-id="block_tx${txHash}"]`) .waitForElementVisible(`[data-id="block_tx${txHash}"]`, 60000) .moveToElement(`[data-id="block_tx${txHash}"]`, 0, 0) .pause(2000)