mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
user header removed (#12544)
This commit is contained in:
parent
2faba5f215
commit
b4fbdeeaaa
1 changed files with 0 additions and 4 deletions
|
|
@ -24,10 +24,6 @@ test.describe("User Info View", () => {
|
|||
// Click on the user ID
|
||||
await firstUserIdCell.click();
|
||||
|
||||
// Wait for user info view to load
|
||||
await page.waitForSelector('h1:has-text("User")');
|
||||
console.log("User info view loaded");
|
||||
|
||||
// Check for tabs
|
||||
await expect(page.locator('button:has-text("Overview")')).toBeVisible();
|
||||
await expect(page.locator('button:has-text("Details")')).toBeVisible();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue