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

Commit 30c9f65

Browse files
committed
Update afterAll hooks
1 parent fd39ef8 commit 30c9f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-tests/test/menus.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test.describe('Notebook Menus', () => {
3131
);
3232
});
3333

34-
test.afterEach(async ({ page, tmpPath }) => {
34+
test.afterAll(async ({ page, tmpPath }) => {
3535
await page.kernel.shutdownAll();
3636
});
3737

0 commit comments

Comments
 (0)