Skip to content

Commit

Permalink
double click
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Nov 14, 2024
1 parent ca8df43 commit 165f14c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apps/remixdesktop/test/tests/app/circom-compiler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@ const tests = {
.click('[data-id="treeViewLitreeViewItemcircuits/simple.circom"]')
.waitForElementVisible('[data-id="play-editor"]')
.click('[data-id="play-editor"]')
.pause(3000)
.click('[data-id="play-editor"]')
.waitForElementVisible('[data-id="verticalIconsKindcircuit-compiler"]')
.clickLaunchIcon('circuit-compiler')
.frame(0)
.saveScreenshot('./reports/screenshots/circom.png')
.frameParent()
.waitForElementVisible('[data-id="treeViewLitreeViewItemcircuits/.bin"]')
.click('[data-id="treeViewLitreeViewItemcircuits/.bin"]')
.waitForElementVisible('[data-id="treeViewLitreeViewItemcircuits/.bin/simple_js"]')
Expand Down
2 changes: 1 addition & 1 deletion apps/remixdesktop/test/tests/app/circom-script.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ const tests = {

}

module.exports = tests
module.exports = {}

0 comments on commit 165f14c

Please sign in to comment.