Skip to content

Commit 02a164d

Browse files
committed
Remove shutdownAll in the menu tests
1 parent 3f8c558 commit 02a164d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ui-tests/test/menus.spec.ts

-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ test.describe('Notebook Menus', () => {
3232
);
3333
});
3434

35-
test.afterEach(async ({ page }) => {
36-
await page.kernel.shutdownAll();
37-
});
38-
3935
MENU_PATHS.forEach(menuPath => {
4036
test(`Open menu item ${menuPath}`, async ({ page, tmpPath }) => {
4137
await page.goto(`notebooks/${tmpPath}/${NOTEBOOK}`);

0 commit comments

Comments
 (0)