pull/5057/head
ioedeveloper 4 months ago committed by Aniket
parent f51a14b6bf
commit 27c7f58c62
  1. 4
      apps/remix-ide-e2e/src/tests/circom.test.ts

@ -88,7 +88,6 @@ module.exports = {
.frameParent() .frameParent()
.clickLaunchIcon('filePanel') .clickLaunchIcon('filePanel')
.waitForElementVisible('*[data-id="treeViewLitreeViewItemcircuits/groth16/zk/keys/verification_key.json"]') .waitForElementVisible('*[data-id="treeViewLitreeViewItemcircuits/groth16/zk/keys/verification_key.json"]')
.waitForElementVisible('*[data-id="treeViewLitreeViewItemcircuits/groth16/zk/keys/zkey_final.txt"]')
}, },
'Should run Plonk setup and export for a simple circuit using the GUI #group2': function (browser: NightwatchBrowser) { 'Should run Plonk setup and export for a simple circuit using the GUI #group2': function (browser: NightwatchBrowser) {
browser browser
@ -103,7 +102,6 @@ module.exports = {
.frameParent() .frameParent()
.clickLaunchIcon('filePanel') .clickLaunchIcon('filePanel')
.waitForElementVisible('*[data-id="treeViewLitreeViewItemcircuits/plonk/zk/keys/verification_key.json"]') .waitForElementVisible('*[data-id="treeViewLitreeViewItemcircuits/plonk/zk/keys/verification_key.json"]')
.waitForElementVisible('*[data-id="treeViewLitreeViewItemcircuits/plonk/zk/keys/zkey_final.txt"]')
}, },
'Should compile a simple circuit using CTRL + S from the editor #group3': function (browser: NightwatchBrowser) { 'Should compile a simple circuit using CTRL + S from the editor #group3': function (browser: NightwatchBrowser) {
browser browser
@ -202,7 +200,6 @@ module.exports = {
.pause(25000) .pause(25000)
.journalLastChildIncludes('setup done.') .journalLastChildIncludes('setup done.')
.waitForElementVisible('*[data-id="treeViewLitreeViewItemscripts/groth16/zk/keys/verification_key.json"]') .waitForElementVisible('*[data-id="treeViewLitreeViewItemscripts/groth16/zk/keys/verification_key.json"]')
.waitForElementVisible('*[data-id="treeViewLitreeViewItemscripts/groth16/zk/keys/zkey_final.txt"]')
}, },
'Should run groth16 zkproof script for hash checker #group5': function (browser: NightwatchBrowser) { 'Should run groth16 zkproof script for hash checker #group5': function (browser: NightwatchBrowser) {
browser browser
@ -237,7 +234,6 @@ module.exports = {
.pause(10000) .pause(10000)
.journalLastChildIncludes('setup done') .journalLastChildIncludes('setup done')
.waitForElementVisible('*[data-id="treeViewLitreeViewItemscripts/plonk/zk/keys/verification_key.json"]') .waitForElementVisible('*[data-id="treeViewLitreeViewItemscripts/plonk/zk/keys/verification_key.json"]')
.waitForElementVisible('*[data-id="treeViewLitreeViewItemscripts/plonk/zk/keys/zkey_final.txt"]')
}, },
'Should run plonk zkproof script for hash checker #group6': function (browser: NightwatchBrowser) { 'Should run plonk zkproof script for hash checker #group6': function (browser: NightwatchBrowser) {
browser browser

Loading…
Cancel
Save