removed setValue of `test1` to `test ` in solidityUnitTest

pull/5370/head
davidzagi93@gmail.com 3 years ago
parent e92066495a
commit b323c4916d
  1. 4
      apps/remix-ide-e2e/src/tests/editor.spec.ts
  2. 2
      apps/remix-ide-e2e/src/tests/solidityUnittests.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)')

@ -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

Loading…
Cancel
Save