mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
test(ui): drop duplicated subtitle assertions in the header tests
This commit is contained in:
parent
7c777a0b4b
commit
41e6e58915
2 changed files with 0 additions and 2 deletions
|
|
@ -100,7 +100,6 @@ describe("AccessGroupsPage", () => {
|
|||
expect(screen.getByRole("heading", { name: "Access Groups" })).toBeInTheDocument();
|
||||
expect(screen.getByText("Manage resource permissions for your organization")).toBeInTheDocument();
|
||||
expect(document.querySelector(".lucide-boxes")).not.toBeNull();
|
||||
expect(screen.getByText("Manage resource permissions for your organization")).toBeInTheDocument();
|
||||
});
|
||||
|
||||
it("shows the Create Access Group button for an admin", () => {
|
||||
|
|
|
|||
|
|
@ -111,7 +111,6 @@ describe("GuardrailsOverview", () => {
|
|||
expect(await screen.findByRole("heading", { name: "Guardrails Monitor", level: 1 })).toBeInTheDocument();
|
||||
expect(screen.getByText("Monitor guardrail performance across all requests")).toBeInTheDocument();
|
||||
expect(document.querySelector(".lucide-heart-pulse")).not.toBeNull();
|
||||
expect(screen.getByText("Monitor guardrail performance across all requests")).toBeInTheDocument();
|
||||
expect(screen.getByRole("button", { name: /Export Data/i })).toBeInTheDocument();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue