Commit 62c4cbd0 authored by ioedeveloper's avatar ioedeveloper Committed by yann300

Changed path to remixd in ci build

parent 5055e2b9
...@@ -7,7 +7,7 @@ setupRemixd () { ...@@ -7,7 +7,7 @@ setupRemixd () {
cd contracts cd contracts
echo 'sharing folder: ' echo 'sharing folder: '
echo $PWD echo $PWD
./../node_modules/remixd/bin/remixd -s $PWD --remix-ide http://127.0.0.1:8080 & ./../node_modules/.bin/remixd -s $PWD --remix-ide http://127.0.0.1:8080 &
cd .. cd ..
} }
......
...@@ -7,7 +7,7 @@ setupRemixd () { ...@@ -7,7 +7,7 @@ setupRemixd () {
cd contracts cd contracts
echo 'sharing folder: ' echo 'sharing folder: '
echo $PWD echo $PWD
./../node_modules/remixd/bin/remixd -s $PWD --remix-ide http://127.0.0.1:8080 & ./../node_modules/.bin/remixd -s $PWD --remix-ide http://127.0.0.1:8080 &
cd .. cd ..
} }
......
...@@ -89,7 +89,6 @@ function runTests (browser, testData) { ...@@ -89,7 +89,6 @@ function runTests (browser, testData) {
.waitForElementVisible('#modal-footer-ok', 2000) .waitForElementVisible('#modal-footer-ok', 2000)
.pause(2000) .pause(2000)
.click('#modal-footer-ok') .click('#modal-footer-ok')
.pause(2000)
.clickLaunchIcon('fileExplorers') .clickLaunchIcon('fileExplorers')
.waitForElementVisible('[data-path="localhost/folder1"]') .waitForElementVisible('[data-path="localhost/folder1"]')
.click('[data-path="localhost/folder1"]') .click('[data-path="localhost/folder1"]')
......
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