1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

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

This commit is contained in:
Thomas 2018-05-03 14:18:06 -07:00
parent 10baffaf48
commit 23e1290e27

View File

@ -234,6 +234,7 @@ describe('', function () {
await delay(1000) 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 () { it('confirms transaction in MetaMask popup', async function () {
const windowHandles = await driver.getAllWindowHandles() const windowHandles = await driver.getAllWindowHandles()
await driver.switchTo().window(windowHandles[2]) await driver.switchTo().window(windowHandles[2])