From fdb339d1eeeaf4cd31b794bda357ecda9e480672 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Thu, 14 Nov 2024 11:06:12 +0700 Subject: [PATCH] fix test --- apps/remixdesktop/test/tests/app/circom-compiler.test.ts | 4 ---- 1 file changed, 4 deletions(-) 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"]')