Shut down kernels

Jeremy Tuloup 4 years ago
parent ba093aa031
commit 5bcfa90343

@ -31,6 +31,10 @@ test.describe('Notebook Menus', () => {
);
});
test.afterEach(async ({ page, tmpPath }) => {
await page.kernel.shutdownAll();
});
MENU_PATHS.forEach(menuPath => {
test(`Open menu item ${menuPath}`, async ({ page, tmpPath }) => {
await page.goto(`notebooks/${tmpPath}/${NOTEBOOK}`);

Loading…
Cancel
Save