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:
parent
b354af501c
commit
10baffaf48
@ -26,9 +26,9 @@ describe('Metamask popup page', function () {
|
||||
}
|
||||
})
|
||||
|
||||
// after(async function () {
|
||||
// await driver.quit()
|
||||
// })
|
||||
after(async function () {
|
||||
await driver.quit()
|
||||
})
|
||||
|
||||
describe('Setup', function () {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user