Skip to content

Commit

Permalink
fix spurious errors when before hook fails
Browse files Browse the repository at this point in the history
  • Loading branch information
dbjorge committed Oct 19, 2023
1 parent 322a1b1 commit 5379a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdriverjs/testing/tests/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ suite(env => {
})

after(async () => {
await browser.quit()
await browser?.quit()
})

describe('with valid credentials', () => {
Expand Down

0 comments on commit 5379a13

Please sign in to comment.