diff --git a/apps/web/__e2e__/keyboard-list-navigation.test.ts b/apps/web/__e2e__/keyboard-list-navigation.test.ts index b5ea8c583..dac660c97 100644 --- a/apps/web/__e2e__/keyboard-list-navigation.test.ts +++ b/apps/web/__e2e__/keyboard-list-navigation.test.ts @@ -120,7 +120,7 @@ test("pressing Enter should open focused note", async ({ page }) => { expect(await notes.editor.getTitle()).toBe(await notesList[2].getTitle()); }); -test.only("pressing Shift+ArrowDown should select next note", async ({ page }) => { +test("pressing Shift+ArrowDown should select next note", async ({ page }) => { const { notesList, notes } = await populateList(page); await notes.focus();