mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Merge pull request #39678 from BerriAI/litellm_fix_search_users_spec_placeholder
test(e2e): match the Internal Users search placeholder shipped by #39604
This commit is contained in:
commit
6071a0767d
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ test.describe("Internal Users Search", () => {
|
|||
test("narrows the table to the matching email, and restores it when cleared", async ({ page }) => {
|
||||
await goToInternalUsers(page);
|
||||
|
||||
const search = page.getByPlaceholder("Search by email…");
|
||||
const search = page.getByPlaceholder("Search by email or ID…");
|
||||
await expect(search).toBeVisible();
|
||||
|
||||
await search.fill("noteam@");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue