mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
* test(e2e/ui): cover the Budgets page create, edit and delete flows The Budgets page had no browser coverage at all, so an admin creating or editing a spend cap through the UI was only exercised by hand at RC time. Each test reads the budget back from /budget/list, a different route from the one the table renders, so a row that only exists in the table's cache does not pass. The edit test pins the rate limits an unrelated spend-cap edit has no business touching. * test(e2e/ui): trim comments that restate the test steps Review flagged the explanatory comments as restating ordinary setup rather than explaining anything. Keeps the two that carry the regression rationale for an assertion and drops the rest. --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| helpers | ||
| tests | ||
| constants.ts | ||
| globalSetup.ts | ||
| migration.serverRootPath.config.ts | ||
| migration.serverRootPath.globalSetup.ts | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| run_e2e.sh | ||
| tsconfig.json | ||