edited `Changing current path when workspace changed` setValue to `tests`

pull/5370/head
davidzagi93@gmail.com 4 years ago
parent 4b900f6c02
commit 3f86c6d7e1
  1. 2
      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

Loading…
Cancel
Save