1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Increase timeout

This commit is contained in:
Thomas 2018-05-10 10:47:48 -07:00
parent c37ad657cd
commit d9d528753d

View File

@ -34,7 +34,7 @@ describe('', function () {
it('switches to Firefox addon list', async function () {
await driver.get('about:debugging#addons')
await delay(700)
await delay(1000)
})
it(`selects MetaMask's extension id and opens it in the current tab`, async function () {