Skip to content

Commit

Permalink
test: close browser
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Jul 29, 2024
1 parent 8a77da4 commit bc28450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/fixtures/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const test = base.extend<TestFixtures>({
});
await use(context);
await context.close();
await context.browser()?.close();
},
extensionId: async ({ context }, use) => {
let [background] = context.serviceWorkers();
Expand Down

0 comments on commit bc28450

Please sign in to comment.