mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
Use unmodified constant for test delay in from-import-beta-spec.
This commit is contained in:
parent
74e2225f36
commit
aff66f4b07
@ -232,7 +232,7 @@ describe('Using MetaMask with an existing account', function () {
|
||||
|
||||
const [localhost] = await findElements(driver, By.xpath(`//span[contains(text(), 'Localhost')]`))
|
||||
await localhost.click()
|
||||
await delay(largeDelayMs * 2)
|
||||
await delay(largeDelayMs)
|
||||
})
|
||||
|
||||
it('choose Create Account from the account menu', async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user