Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Shutdown in afterEach
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Feb 25, 2022
1 parent 30c9f65 commit b462b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/test/menus.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test.describe('Notebook Menus', () => {
);
});

test.afterAll(async ({ page, tmpPath }) => {
test.afterEach(async ({ page }) => {
await page.kernel.shutdownAll();
});

Expand Down

0 comments on commit b462b9b

Please sign in to comment.