Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaryan committed Nov 12, 2024
1 parent e3a384e commit 5dbc8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/__tests__/browser-tests/browser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe.each([Browser.CHROME, Browser.EDGE, Browser.FIREFOX])("%s driver test",
console.log(browser + ": building...");
driver = await builder.build();
console.log(browser + ": built");
})
}, 10000)

afterEach(async () => {
if (driver) {
Expand Down

0 comments on commit 5dbc8a0

Please sign in to comment.