From 61ae2ba7f0584168e8b5c80f8fd533a6989fa596 Mon Sep 17 00:00:00 2001 From: "davidzagi93@gmail.com" Date: Thu, 2 Sep 2021 09:21:47 +0100 Subject: [PATCH] removed setValue of `test1` to `test ` in solidityUnitTest --- apps/remix-ide-e2e/src/tests/editor.spec.ts | 4 ++++ apps/remix-ide-e2e/src/tests/solidityUnittests.spec.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/tests/editor.spec.ts b/apps/remix-ide-e2e/src/tests/editor.spec.ts index 8b9e1b0e4b..2fa62647b8 100644 --- a/apps/remix-ide-e2e/src/tests/editor.spec.ts +++ b/apps/remix-ide-e2e/src/tests/editor.spec.ts @@ -92,9 +92,13 @@ module.exports = { .openFile('sourcehighlight.js') .executeScript('remix.exeCurrent()') .editorScroll('down', 60) + .pause(5000) .waitForElementPresent('.highlightLine32', 60000) + .pause(5000) .checkElementStyle('.highlightLine32', 'background-color', 'rgb(8, 108, 181)') + .pause(5000) .waitForElementPresent('.highlightLine40', 60000) + .pause(5000) .checkElementStyle('.highlightLine40', 'background-color', 'rgb(8, 108, 181)') .waitForElementPresent('.highlightLine50', 60000) .checkElementStyle('.highlightLine50', 'background-color', 'rgb(8, 108, 181)') diff --git a/apps/remix-ide-e2e/src/tests/solidityUnittests.spec.ts b/apps/remix-ide-e2e/src/tests/solidityUnittests.spec.ts index 43642542ce..a5688e71e0 100644 --- a/apps/remix-ide-e2e/src/tests/solidityUnittests.spec.ts +++ b/apps/remix-ide-e2e/src/tests/solidityUnittests.spec.ts @@ -150,7 +150,7 @@ module.exports = { .clickLaunchIcon('solidityUnitTesting') .waitForElementPresent('*[data-id="uiPathInput"]', 3000) .clearValue('*[data-id="uiPathInput"]') - .setValue('*[data-id="uiPathInput"]', 'tests1') + .setValue('*[data-id="uiPathInput"]', 'tests') .click('*[data-id="testTabGenerateTestFolder"]') .clickLaunchIcon('filePanel') // creating a new workspace