Skip to content

Commit

Permalink
We of course dont need to select a kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Feb 29, 2024
1 parent 11866ed commit 1b9c6c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui-tests/tests/notebook-tour.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ test('should run the notebook tour', async ({ page }) => {
page.waitForEvent('popup'),
page.getByText('Python 3 (ipykernel)').click()
]);
await notebookPage.getByRole('button', { name: 'Select Kernel' }).click();
await notebookPage.getByRole('button', { name: 'Start now' }).click();
await notebookPage.getByLabel('Next', { exact: true }).click();
await notebookPage.getByLabel('Next', { exact: true }).click();
Expand Down

0 comments on commit 1b9c6c5

Please sign in to comment.