clean the value before setting

pull/5370/head
lianahus 4 years ago committed by Aniket
parent 19a1b1e5ab
commit 8b69cd5c4b
  1. 1
      apps/remix-ide-e2e/src/tests/solidityUnittests.spec.ts

@ -154,6 +154,7 @@ function runTests (browser: NightwatchBrowser) {
.waitForElementPresent('*[data-id="verticalIconsKindfilePanel"]')
.clickLaunchIcon('solidityUnitTesting')
.pause(500)
.clearValue('*[data-id="uiPathInput"]')
.setValue('*[data-id="uiPathInput"]', 'tests')
.pause(2000)
.scrollAndClick('#runTestsTabRunAction')

Loading…
Cancel
Save