Commit 0a61781d authored by ioedeveloper's avatar ioedeveloper

Removed test env variables

parent f00f91bf
gist_token = <token> gist_token = <token>
account_passphrase = explain uniform adapt basic blue onion rebel pull rice erase volcano couple account_passphrase = <passphrase>
account_password = remix_is_cool account_password = <password>
\ No newline at end of file \ No newline at end of file
...@@ -100,7 +100,7 @@ module.exports = { ...@@ -100,7 +100,7 @@ module.exports = {
.waitForElementPresent('.page-container__footer-button:nth-of-type(2)') .waitForElementPresent('.page-container__footer-button:nth-of-type(2)')
.click('.page-container__footer-button:nth-of-type(2)') .click('.page-container__footer-button:nth-of-type(2)')
.waitForElementPresent('.transaction-status--submitted') .waitForElementPresent('.transaction-status--submitted')
.pause(30000) .pause(25000)
.switchBrowserTab(0) .switchBrowserTab(0)
}, },
...@@ -116,7 +116,7 @@ module.exports = { ...@@ -116,7 +116,7 @@ module.exports = {
.waitForElementPresent('.page-container__footer-button:nth-of-type(2)') .waitForElementPresent('.page-container__footer-button:nth-of-type(2)')
.click('.page-container__footer-button:nth-of-type(2)') .click('.page-container__footer-button:nth-of-type(2)')
.waitForElementPresent('.transaction-status--submitted') .waitForElementPresent('.transaction-status--submitted')
.pause(30000) .pause(25000)
.switchBrowserTab(0) .switchBrowserTab(0)
}, },
......
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