From 81b1becd9588777f00127196eaa35f378fd0e91c Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Mon, 12 Jan 2026 18:06:41 -0800 Subject: [PATCH] remove only --- ui/litellm-dashboard/e2e_tests/tests/keys/createKey.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/e2e_tests/tests/keys/createKey.spec.ts b/ui/litellm-dashboard/e2e_tests/tests/keys/createKey.spec.ts index ac15d606256..633673b3297 100644 --- a/ui/litellm-dashboard/e2e_tests/tests/keys/createKey.spec.ts +++ b/ui/litellm-dashboard/e2e_tests/tests/keys/createKey.spec.ts @@ -3,7 +3,7 @@ import { ADMIN_STORAGE_PATH } from "../../constants"; import { Page } from "../../fixtures/pages"; import { navigateToPage } from "../../helpers/navigation"; -test.describe.only("Create Key", () => { +test.describe("Create Key", () => { test.use({ storageState: ADMIN_STORAGE_PATH }); test("Able to create a key with all team models", async ({ page }) => {