mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Close popup window for e2e beta token factory send test.
This commit is contained in:
parent
a25f5483d8
commit
12266b064e
@ -720,8 +720,10 @@ describe('MetaMask', function () {
|
|||||||
await transferAmountButton.click()
|
await transferAmountButton.click()
|
||||||
await delay(regularDelayMs)
|
await delay(regularDelayMs)
|
||||||
|
|
||||||
|
const [,, popup] = await driver.getAllWindowHandles()
|
||||||
|
await driver.switchTo().window(popup)
|
||||||
|
await driver.close()
|
||||||
await driver.switchTo().window(extension)
|
await driver.switchTo().window(extension)
|
||||||
await loadExtension(driver, extensionId)
|
|
||||||
await delay(regularDelayMs)
|
await delay(regularDelayMs)
|
||||||
|
|
||||||
// Set the gas limit
|
// Set the gas limit
|
||||||
@ -748,7 +750,6 @@ describe('MetaMask', function () {
|
|||||||
if (process.env.SELENIUM_BROWSER === 'firefox') {
|
if (process.env.SELENIUM_BROWSER === 'firefox') {
|
||||||
await gasLimitInput.sendKeys(Key.BACK_SPACE)
|
await gasLimitInput.sendKeys(Key.BACK_SPACE)
|
||||||
}
|
}
|
||||||
await delay(tinyDelayMs)
|
|
||||||
|
|
||||||
const save = await findElement(driver, By.css('.send-v2__customize-gas__save'))
|
const save = await findElement(driver, By.css('.send-v2__customize-gas__save'))
|
||||||
await save.click()
|
await save.click()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user