From 5b581a26406d45d4f9fc8022f1bcc0fcae8cf545 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Fri, 14 Oct 2022 20:17:32 +0100 Subject: [PATCH] respond to review comments from @Aniket-Engg --- apps/remix-ide-e2e/src/tests/solidityUnittests.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/remix-ide-e2e/src/tests/solidityUnittests.test.ts b/apps/remix-ide-e2e/src/tests/solidityUnittests.test.ts index a536a5fe6c..6a7840c6cd 100644 --- a/apps/remix-ide-e2e/src/tests/solidityUnittests.test.ts +++ b/apps/remix-ide-e2e/src/tests/solidityUnittests.test.ts @@ -154,10 +154,7 @@ module.exports = { .clickLaunchIcon('solidityUnitTesting') .execute(() => { const myQuery: any = document.getElementById('utPath') - console.log({ myQuery }) - myQuery.value = 'myTests' - console.log('reset input') }) .click('*[data-id="testTabGenerateTestFolder"]') .saveScreenshot('./reports/screenshots/changeCurrentPathg3.png')