From a66cf2743e19553ad769258441a709e2d0b36b34 Mon Sep 17 00:00:00 2001 From: "davidzagi93@gmail.com" Date: Fri, 27 Aug 2021 13:08:44 +0100 Subject: [PATCH] removed clicked event from ballot test --- apps/remix-ide-e2e/src/commands/testFunction.ts | 1 - 1 file changed, 1 deletion(-) 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