Add a comment on the confirmation transaction metamask popup showing blank, but button still renders

feature/default_network_editable
Thomas 7 years ago
parent 10baffaf48
commit 23e1290e27
  1. 1
      test/e2e/firefox/metamask.spec.js

@ -234,6 +234,7 @@ describe('', function () {
await delay(1000)
})
// There is an issue with blank confirmation window, but the button is still there and the driver is able to clicked (?.?)
it('confirms transaction in MetaMask popup', async function () {
const windowHandles = await driver.getAllWindowHandles()
await driver.switchTo().window(windowHandles[2])

Loading…
Cancel
Save