1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix element located bug in beta e2e contract method call test.

This commit is contained in:
Dan 2018-06-19 22:06:06 -02:30
parent 7d5531d3e8
commit b7e7209fe6

View File

@ -486,7 +486,7 @@ describe('MetaMask', function () {
await delay(regularDelayMs)
let gasModal = await driver.findElement(By.css('span .modal'))
await driver.wait(until.elementLocated('send-v2__customize-gas__title'))
await driver.wait(until.elementLocated(By.css('.send-v2__customize-gas__title')))
const [gasPriceInput, gasLimitInput] = await findElements(driver, By.css('.customize-gas-input'))
await gasPriceInput.clear()