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)