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:
parent
74e36e6f8f
commit
9bba97a676
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user