Commit cb370bbd authored by lianahus's avatar lianahus Committed by Aniket

clean the value before setting

parent 1b0a4a5f
......@@ -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')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment