Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfulton9 committed Dec 19, 2024
1 parent 7eafc84 commit 2f797df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/tests/jupyterlab_new_launcher.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ test.describe('Quick Settings', () => {
const launcher = page.locator('.jp-LauncherBody');
await page.locator('.jp-Launcher-QuickSettings').click();
await page
.locator('.lm-Menu-itemLabel:text("Show Console Launcher Section")')
.locator('.lm-Menu-itemLabel:text(\'Show "Launch New Console" Section\')')
.click();
const starredSection = page.locator(
'.jp-CollapsibleSection-Title:has-text("Launch New Console")'
Expand Down

0 comments on commit 2f797df

Please sign in to comment.