1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00

Add delay before regularly failing test.

This commit is contained in:
Dan 2018-06-20 19:34:28 -02:30
parent b7e7209fe6
commit 07970b7cfa

View File

@ -694,6 +694,7 @@ describe('MetaMask', function () {
await driver.wait(until.stalenessOf(gasModal))
const gasFeeInput = await findElement(driver, By.css('.currency-display__input'))
await delay(regularDelayMs)
assert.equal(await gasFeeInput.getAttribute('value'), 0.0006)
})