Skip to content

Commit 741dbf6

Browse files
committed
[JS] Quit driver instance after each test
1 parent 6ad88d3 commit 741dbf6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

javascript/node/selenium-webdriver/test/virtualAuthenticator_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ suite(function (env) {
144144
if (driver.virtualAuthenticatorId() != null) {
145145
await driver.removeVirtualAuthenticator()
146146
}
147+
await driver.quit()
147148
})
148149

149150
describe('VirtualAuthenticator Test Suit 2', function () {

0 commit comments

Comments
 (0)