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:
parent
7d5531d3e8
commit
b7e7209fe6
@ -486,7 +486,7 @@ describe('MetaMask', function () {
|
|||||||
await delay(regularDelayMs)
|
await delay(regularDelayMs)
|
||||||
|
|
||||||
let gasModal = await driver.findElement(By.css('span .modal'))
|
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'))
|
const [gasPriceInput, gasLimitInput] = await findElements(driver, By.css('.customize-gas-input'))
|
||||||
await gasPriceInput.clear()
|
await gasPriceInput.clear()
|
||||||
|
Loading…
Reference in New Issue
Block a user