diff --git a/apps/remixdesktop/test/tests/app/circom-compiler.test.ts b/apps/remixdesktop/test/tests/app/circom-compiler.test.ts index 22435aef99..69f778b360 100644 --- a/apps/remixdesktop/test/tests/app/circom-compiler.test.ts +++ b/apps/remixdesktop/test/tests/app/circom-compiler.test.ts @@ -41,10 +41,6 @@ const tests = { .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"]')