mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
Fixing tests
This commit is contained in:
parent
71cf7b9dd8
commit
99d95457b6
1 changed files with 4 additions and 4 deletions
|
|
@ -245,9 +245,9 @@ describe("EntityUsage", () => {
|
|||
expect(mockTagDailyActivityCall).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
expect(await screen.findByText("Tag Spend Overview")).toBeInTheDocument();
|
||||
expect(await screen.findByText("$-")).toBeInTheDocument();
|
||||
expect(screen.getByText("Total Spend")).toBeInTheDocument();
|
||||
expect(screen.getAllByText("0")[0]).toBeInTheDocument();
|
||||
await waitFor(() => {
|
||||
expect(screen.getByText("$0.00")).toBeInTheDocument();
|
||||
expect(screen.getByText("Total Spend")).toBeInTheDocument();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue