Remove unused line of code

pull/5043/head
ioedeveloper 3 months ago
parent 4b4fa02d8e
commit 11ecfb39e4
  1. 5
      apps/remix-ide-e2e/src/tests/circom.test.ts

@ -176,10 +176,7 @@ module.exports = {
.waitForElementPresent('[data-id="verticalIconsKindcircuit-compiler"]')
.waitForElementVisible('[data-id="verticalIconsKindcircuit-compiler"]')
.click('[data-id="play-editor"]')
.pause(2000)
.journalLastChildIncludes('Generating R1CS for circuits/calculate_hash.circom')
.pause(5000)
.journalLastChildIncludes('Everything went okay')
.pause(7000)
.journalLastChildIncludes('newZkey')
.pause(25000)
.journalLastChildIncludes('setup done.')

Loading…
Cancel
Save