diff --git a/tests/smoke/example.spec.ts b/tests/smoke/example.spec.ts index e871e360..8972c2c6 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, 'reindex') + const found = await findCommand(page, 'reload') expect(found).toBe(true) })