Changed path to remixd in ci build

pull/11/head
ioedeveloper 4 years ago
parent 9a5f4a0189
commit 08d518f69b
  1. 1
      apps/remix-ide/test-browser/tests/remixd.test.js
  2. 2
      ci/browser_tests_firefox.sh

@ -89,7 +89,6 @@ function runTests (browser, testData) {
.waitForElementVisible('#modal-footer-ok', 2000)
.pause(2000)
.click('#modal-footer-ok')
.pause(2000)
.clickLaunchIcon('fileExplorers')
.waitForElementVisible('[data-path="localhost/folder1"]')
.click('[data-path="localhost/folder1"]')

@ -7,7 +7,7 @@ setupRemixd () {
cd contracts
echo 'sharing folder: '
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 ..
}

Loading…
Cancel
Save