mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
test - e2e - beta - from import - fix missing startup phase
This commit is contained in:
parent
9d1b4cc1d7
commit
030fea7136
@ -36,6 +36,9 @@ describe('Using MetaMask with an existing account', function () {
|
||||
const installResult = await setupBrowserAndExtension({ browser, extPath })
|
||||
driver = installResult.driver
|
||||
extensionUri = installResult.extensionUri
|
||||
|
||||
await driver.get(extensionUri)
|
||||
await delay(300)
|
||||
})
|
||||
|
||||
afterEach(async function () {
|
||||
|
Loading…
Reference in New Issue
Block a user