diff --git a/tests/smoke/example.spec.ts b/tests/smoke/example.spec.ts index fc849167..e871e360 100644 --- a/tests/smoke/example.spec.ts +++ b/tests/smoke/example.spec.ts @@ -28,7 +28,7 @@ test.describe('Command Palette smoke tests', () => { test('typing filters the command list', async ({ page }) => { await openCommandPalette(page) - const found = await findCommand(page, 'settings') + const found = await findCommand(page, 'reindex') expect(found).toBe(true) })