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:
Mateo Wang 2026-09-03 17:27:40 -07:00 committed by GitHub
commit 6071a0767d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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@");