Removed test env variables

pull/1/head
ioedeveloper 5 years ago
parent f00f91bfc3
commit 0a61781d4c
  1. 4
      .env
  2. 4
      test-browser/tests/runAndDeploy.js

@ -1,3 +1,3 @@
gist_token = <token>
account_passphrase = explain uniform adapt basic blue onion rebel pull rice erase volcano couple
account_password = remix_is_cool
account_passphrase = <passphrase>
account_password = <password>

@ -100,7 +100,7 @@ module.exports = {
.waitForElementPresent('.page-container__footer-button:nth-of-type(2)')
.click('.page-container__footer-button:nth-of-type(2)')
.waitForElementPresent('.transaction-status--submitted')
.pause(30000)
.pause(25000)
.switchBrowserTab(0)
},
@ -116,7 +116,7 @@ module.exports = {
.waitForElementPresent('.page-container__footer-button:nth-of-type(2)')
.click('.page-container__footer-button:nth-of-type(2)')
.waitForElementPresent('.transaction-status--submitted')
.pause(30000)
.pause(25000)
.switchBrowserTab(0)
},

Loading…
Cancel
Save