mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Delay
This commit is contained in:
parent
66120c627f
commit
de6f8b6811
@ -518,6 +518,7 @@ describe('MetaMask', function () {
|
||||
await driver.switchTo().window(popup)
|
||||
const confirmButton = await findElement(driver, By.xpath(`//button[contains(text(), 'Confirm')]`))
|
||||
await confirmButton.click()
|
||||
await delay(regularDelayMs)
|
||||
})
|
||||
|
||||
it('calls and confirms a contract method where ETH is sent', async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user