From 277e68393f8e123c8e7f5661c95b8c710597ad76 Mon Sep 17 00:00:00 2001 From: Segun Adebayo Date: Thu, 19 Feb 2026 10:16:00 +0000 Subject: [PATCH] fix: e2e only --- e2e/listbox.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/listbox.e2e.ts b/e2e/listbox.e2e.ts index 5ac421d663..d34374aaaa 100644 --- a/e2e/listbox.e2e.ts +++ b/e2e/listbox.e2e.ts @@ -28,7 +28,7 @@ test.describe("listbox", () => { await I.seeItemIsHighlighted("Zimbabwe") }) - test.only("should scroll selected option into view", async () => { + test("should scroll selected option into view", async () => { await I.tabToContent() await I.pressKey("End") await I.seeItemIsHighlighted("Zimbabwe")