removed clicked event from ballot test

pull/5370/head
davidzagi93@gmail.com 3 years ago
parent daf533f076
commit a66cf2743e
  1. 1
      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

Loading…
Cancel
Save