From c28ef94cf1a80fcc00b352b47cd13af794963759 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Tue, 6 Dec 2022 11:03:13 +0500 Subject: [PATCH] web: run all tests --- apps/web/__e2e__/keyboard-list-navigation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();