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

Add extra delay to e2e tests after remix page load.

This commit is contained in:
Dan 2018-06-21 17:10:11 -02:30
parent f5d43404dc
commit c1aa193487

View File

@ -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()