Skip to content

Commit 314ba7b

Browse files
Peter Wilhelmsson2hdddg
Peter Wilhelmsson
authored andcommitted
Close session in session tests
1 parent 0257d77 commit 314ba7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/session.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ describe('#integration session', () => {
4848

4949
afterEach(async () => {
5050
jasmine.DEFAULT_TIMEOUT_INTERVAL = originalTimeout
51+
await session.close()
5152
await driver.close()
5253
})
5354

0 commit comments

Comments
 (0)