Remove Notification Check

This commit is contained in:
yuneng-jiang
2026-01-12 18:34:06 -08:00
parent 81b1becd95
commit 9875ef9720
@@ -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();
});