aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/chrome/metamask.spec.js6
-rw-r--r--test/e2e/firefox/metamask.spec.js1
2 files changed, 4 insertions, 3 deletions
diff --git a/test/e2e/chrome/metamask.spec.js b/test/e2e/chrome/metamask.spec.js
index 7e6242bcc..589583aa5 100644
--- a/test/e2e/chrome/metamask.spec.js
+++ b/test/e2e/chrome/metamask.spec.js
@@ -26,9 +26,9 @@ describe('Metamask popup page', function () {
}
})
- // after(async function () {
- // await driver.quit()
- // })
+ after(async function () {
+ await driver.quit()
+ })
describe('Setup', function () {
diff --git a/test/e2e/firefox/metamask.spec.js b/test/e2e/firefox/metamask.spec.js
index b98ecb8ac..f9a798d0b 100644
--- a/test/e2e/firefox/metamask.spec.js
+++ b/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])