mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Remove Notification Check
This commit is contained in:
parent
81b1becd95
commit
9875ef9720
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue