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

Quit chromedriver after test

This commit is contained in:
Thomas 2018-05-03 14:14:02 -07:00
parent b354af501c
commit 10baffaf48

View File

@ -26,9 +26,9 @@ describe('Metamask popup page', function () {
}
})
// after(async function () {
// await driver.quit()
// })
after(async function () {
await driver.quit()
})
describe('Setup', function () {