feature/default_network_editable
Thomas 6 years ago
parent 66120c627f
commit de6f8b6811
  1. 1
      test/e2e/beta/metamask-beta-ui.spec.js

@ -518,6 +518,7 @@ describe('MetaMask', function () {
await driver.switchTo().window(popup) await driver.switchTo().window(popup)
const confirmButton = await findElement(driver, By.xpath(`//button[contains(text(), 'Confirm')]`)) const confirmButton = await findElement(driver, By.xpath(`//button[contains(text(), 'Confirm')]`))
await confirmButton.click() await confirmButton.click()
await delay(regularDelayMs)
}) })
it('calls and confirms a contract method where ETH is sent', async () => { it('calls and confirms a contract method where ETH is sent', async () => {

Loading…
Cancel
Save