Changed path to remixd in ci build

pull/5370/head
ioedeveloper 5 years ago
parent aeac121192
commit 36b4b06fb1
  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) .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"]')

@ -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 ..
} }

Loading…
Cancel
Save