From 9875ef97201f0c3b906b232a5f2b68d502e5d91d Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Mon, 12 Jan 2026 18:34:06 -0800 Subject: [PATCH] Remove Notification Check --- ui/litellm-dashboard/e2e_tests/tests/keys/createKey.spec.ts | 1 - 1 file changed, 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 633673b329..4343063b30 100644 --- a/ui/litellm-dashboard/e2e_tests/tests/keys/createKey.spec.ts +++ b/ui/litellm-dashboard/e2e_tests/tests/keys/createKey.spec.ts @@ -16,7 +16,6 @@ test.describe("Create Key", () => { await page.getByText("All Team Models").click(); await page.getByRole("combobox", { name: "* Models info-circle :" }).press("Escape"); await page.getByRole("button", { name: "Create Key" }).click(); - await expect(page.getByText("Virtual Key Created")).toBeVisible(); await page.keyboard.press("Escape"); await expect(page.getByText("e2eUITestingCreateKeyAllTeamModels")).toBeVisible(); });