diff --git a/apps/remix-ide-e2e/src/commands/testFunction.ts b/apps/remix-ide-e2e/src/commands/testFunction.ts index 494968fcae..8503c8fcfe 100644 --- a/apps/remix-ide-e2e/src/commands/testFunction.ts +++ b/apps/remix-ide-e2e/src/commands/testFunction.ts @@ -54,7 +54,6 @@ class TestFunction extends EventEmitter { }) }).perform(() => done()) }) - .click(`[data-id="block_tx${txHash}"]`) .perform(() => { Object.keys(expectedValue).forEach(key => { let equal = false