aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/beta/run-all.sh
diff options
context:
space:
mode:
authorDan Miller <danjm.com@gmail.com>2019-03-29 13:07:30 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-03-29 21:43:39 +0800
commit5a1545b3e49be0f5954e8e1b7bb0f2a96961eba3 (patch)
tree6c4c38f968edb9c65cc550fb2d8c135e6a2b00f0 /test/e2e/beta/run-all.sh
parentd927a3c20a1b8d47baaf215ef88d9a1a88c3851a (diff)
downloadtangerine-wallet-browser-5a1545b3e49be0f5954e8e1b7bb0f2a96961eba3.tar.gz
tangerine-wallet-browser-5a1545b3e49be0f5954e8e1b7bb0f2a96961eba3.tar.zst
tangerine-wallet-browser-5a1545b3e49be0f5954e8e1b7bb0f2a96961eba3.zip
Run from-import e2e tests with additional account, to avoid conflict with accounts in earlier test runs
Diffstat (limited to 'test/e2e/beta/run-all.sh')
-rwxr-xr-xtest/e2e/beta/run-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/beta/run-all.sh b/test/e2e/beta/run-all.sh
index f2705da4c..dace0c346 100755
--- a/test/e2e/beta/run-all.sh
+++ b/test/e2e/beta/run-all.sh
@@ -8,4 +8,4 @@ export PATH="$PATH:./node_modules/.bin"
shell-parallel -s 'npm run ganache:start -- -b 2' -x 'sleep 5 && static-server test/e2e/beta/contract-test --port 8080' -x 'sleep 5 && mocha test/e2e/beta/metamask-beta-ui.spec'
shell-parallel -s 'npm run ganache:start -- -b 2' -x 'sleep 5 && static-server test/e2e/beta/contract-test --port 8080' -x 'sleep 5 && mocha test/e2e/beta/metamask-beta-responsive-ui.spec'
-shell-parallel -s 'npm run ganache:start -- -d -b 2' -x 'sleep 5 && mocha test/e2e/beta/from-import-beta-ui.spec'
+shell-parallel -s 'npm run ganache:start -- -d -b 2 --account=0x53CB0AB5226EEBF4D872113D98332C1555DC304443BEE1CF759D15798D3C55A9,25000000000000000000' -x 'sleep 5 && mocha test/e2e/beta/from-import-beta-ui.spec'