mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
Add extra delay to e2e tests after remix page load.
This commit is contained in:
parent
f5d43404dc
commit
c1aa193487
@ -423,6 +423,7 @@ describe('MetaMask', function () {
|
||||
|
||||
const byFilePanel = By.css('#filepanel')
|
||||
await driver.wait(until.elementLocated(byFilePanel))
|
||||
await delay(regularDelayMs)
|
||||
|
||||
const newContractButton = await findElement(driver, By.css('.fa-plus-circle'))
|
||||
await newContractButton.click()
|
||||
|
Loading…
Reference in New Issue
Block a user