aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorThomas <thomas.b.huang@gmail.com>2018-05-04 05:37:56 +0800
committerThomas <thomas.b.huang@gmail.com>2018-05-04 05:37:56 +0800
commit1d353c002ddbb636c8291f7e26cf8d8309983e86 (patch)
tree6cda2ac697169a455a53e63674ca808031e838f8 /test
parent9bba97a676b47667abdd7b020cebd56a0f3b96c7 (diff)
downloadtangerine-wallet-browser-1d353c002ddbb636c8291f7e26cf8d8309983e86.tar
tangerine-wallet-browser-1d353c002ddbb636c8291f7e26cf8d8309983e86.tar.gz
tangerine-wallet-browser-1d353c002ddbb636c8291f7e26cf8d8309983e86.tar.bz2
tangerine-wallet-browser-1d353c002ddbb636c8291f7e26cf8d8309983e86.tar.lz
tangerine-wallet-browser-1d353c002ddbb636c8291f7e26cf8d8309983e86.tar.xz
tangerine-wallet-browser-1d353c002ddbb636c8291f7e26cf8d8309983e86.tar.zst
tangerine-wallet-browser-1d353c002ddbb636c8291f7e26cf8d8309983e86.zip
Increase timeout for TOU scroll
Diffstat (limited to 'test')
-rw-r--r--test/e2e/chrome/metamask.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/chrome/metamask.spec.js b/test/e2e/chrome/metamask.spec.js
index 774f1cfe3..7e6242bcc 100644
--- a/test/e2e/chrome/metamask.spec.js
+++ b/test/e2e/chrome/metamask.spec.js
@@ -89,7 +89,7 @@ describe('Metamask popup page', function () {
it('allows the button to be clicked when scrolled to the bottom of TOU', async () => {
const button = await driver.findElement(By.css('#app-content > div > div.app-primary.from-right > div > div.flex-column.flex-center.flex-grow > button'))
- await driver.wait(until.elementIsEnabled(button), 300)
+ await driver.wait(until.elementIsEnabled(button), 500)
const buttonEnabled = await button.isEnabled()
assert.equal(buttonEnabled, true, 'enabled continue button')
await button.click()