Select kernel in the smoke test

pull/6539/head
Jeremy Tuloup 4 years ago
parent e2a5983c66
commit 6e30026db8

@ -30,6 +30,8 @@ test.describe('Smoke', () => {
page.click('text="Notebook"')
]);
await notebook.click('text="Select"');
// Enter code in the first cell
await notebook.locator(
'.jp-Cell-inputArea >> .cm-editor >> .cm-content[contenteditable="true"]'

Loading…
Cancel
Save