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 64e2651 commit 3657a9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/frontend/__tests__/browser-tests/browser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ describe.each([Browser.CHROME, Browser.EDGE, Browser.FIREFOX])("%s driver test",
})

beforeEach(async () => {
console.log(browser + ": building...");
driver = await builder.build();
console.log(browser + ": built");
})

afterEach(async () => {
Expand Down

0 comments on commit 3657a9c

Please sign in to comment.