aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorThomas <thomas.b.huang@gmail.com>2018-05-02 06:24:32 +0800
committerThomas <thomas.b.huang@gmail.com>2018-05-02 06:24:32 +0800
commit5e688f07818d126809a14411bc307bfb3310fa53 (patch)
treeac754e5b3671dbd3b0d53e29c08d6ac6cffb5c71 /test
parent79baa37f310e792c81bed1aa521c550147de302f (diff)
downloadtangerine-wallet-browser-5e688f07818d126809a14411bc307bfb3310fa53.tar
tangerine-wallet-browser-5e688f07818d126809a14411bc307bfb3310fa53.tar.gz
tangerine-wallet-browser-5e688f07818d126809a14411bc307bfb3310fa53.tar.bz2
tangerine-wallet-browser-5e688f07818d126809a14411bc307bfb3310fa53.tar.lz
tangerine-wallet-browser-5e688f07818d126809a14411bc307bfb3310fa53.tar.xz
tangerine-wallet-browser-5e688f07818d126809a14411bc307bfb3310fa53.tar.zst
tangerine-wallet-browser-5e688f07818d126809a14411bc307bfb3310fa53.zip
Delay around the addon install
Diffstat (limited to 'test')
-rw-r--r--test/e2e/firefox/metamask.spec.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/e2e/firefox/metamask.spec.js b/test/e2e/firefox/metamask.spec.js
index 850c5d6d3..c8df0475f 100644
--- a/test/e2e/firefox/metamask.spec.js
+++ b/test/e2e/firefox/metamask.spec.js
@@ -16,8 +16,9 @@ describe('', function () {
before(async function () {
const extPath = path.resolve('dist/firefox')
driver = buildFirefoxWebdriver()
- installWebExt(driver, extPath)
await delay(2000)
+ installWebExt(driver, extPath)
+ await delay(2000)
})
afterEach(async function () {
@@ -34,7 +35,7 @@ describe('', function () {
it('switches to Firefox addon list', async function () {
await driver.get('about:debugging#addons')
- await delay(1000)
+ await delay(10000)
})
it(`selects MetaMask's extension id and opens it in the current tab`, async function () {