1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
This commit is contained in:
Thomas 2018-08-08 21:06:08 -07:00
parent 66120c627f
commit de6f8b6811

View File

@ -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 () => {