Update afterAll hooks

pull/6294/head
Jeremy Tuloup 4 years ago
parent d8429b9f37
commit aa57936d18

@ -31,7 +31,7 @@ test.describe('Notebook Menus', () => {
);
});
test.afterEach(async ({ page, tmpPath }) => {
test.afterAll(async ({ page, tmpPath }) => {
await page.kernel.shutdownAll();
});

Loading…
Cancel
Save