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

Reduce delay for installing firefox addon

This commit is contained in:
Thomas 2018-05-03 13:26:48 -07:00
parent 74e36e6f8f
commit 9bba97a676

View File

@ -16,9 +16,8 @@ describe('', function () {
before(async function () {
const extPath = path.resolve('dist/firefox')
driver = buildFirefoxWebdriver()
await delay(2000)
installWebExt(driver, extPath)
await delay(2000)
await delay(700)
})
afterEach(async function () {