mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
e2e fix
This commit is contained in:
parent
8da265b901
commit
50283a00a3
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ test("view internal user page", async ({ page }) => {
|
|||
// Wait for the table to load
|
||||
await page.waitForSelector("tbody tr", { timeout: 10000 });
|
||||
await page.waitForTimeout(2000); // Additional wait for table to stabilize
|
||||
await page.waitForLoadState("networkidle");
|
||||
|
||||
// Test all expected fields are present
|
||||
// Verify that the API Keys column is rendered for all users
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue