|
|
|
|
@ -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}`);
|
|
|
|
|
|