Skip to content

Commit

Permalink
Final fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Jul 30, 2023
1 parent 2271aef commit da415a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/tests/jupyterlab-tour.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test('should run the notebook tour', async ({ page }) => {
if ((await kernelSelector.count()) > 0) {
await kernelSelector.click();
} else {
await page.getByRole('button', { name: 'Select' }).click();
await page.getByRole('button', { name: 'Select', exact: true }).click();
}
await page.getByRole('button', { name: 'Start now' }).first().click();
await page.getByLabel('Next', { exact: true }).click();
Expand Down

0 comments on commit da415a2

Please sign in to comment.