Commit 95c2c2be authored by ioedeveloper's avatar ioedeveloper

open dynamic path

parent ce4ee2d6
...@@ -18,7 +18,7 @@ function addFile (browser: NightwatchBrowser, name: string, content: NightwatchC ...@@ -18,7 +18,7 @@ function addFile (browser: NightwatchBrowser, name: string, content: NightwatchC
.pause(2000) .pause(2000)
.keys(name) .keys(name)
.keys(browser.Keys.ENTER) .keys(browser.Keys.ENTER)
.openFile('browser/Greet.sol') .openFile('browser/' + name)
.setEditorValue(content.content) .setEditorValue(content.content)
.pause(1000) .pause(1000)
.perform(function () { .perform(function () {
......
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