From 8fd7e4faa7dade3bc8ab73b452c5464b818e552c Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:34:36 -0500 Subject: [PATCH] fix test --- web/e2e/specs/settings/camera-ffmpeg-streams.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/e2e/specs/settings/camera-ffmpeg-streams.spec.ts b/web/e2e/specs/settings/camera-ffmpeg-streams.spec.ts index 526b419ca8..38b0f5c4a6 100644 --- a/web/e2e/specs/settings/camera-ffmpeg-streams.spec.ts +++ b/web/e2e/specs/settings/camera-ffmpeg-streams.spec.ts @@ -134,7 +134,7 @@ test.describe("camera ffmpeg input source toggle @medium", () => { // The dropdown is searchable: typing narrows the list to matches only, // with no option to enter a custom stream name. - await frigateApp.page.getByPlaceholder("Search streams…").fill("sub"); + await frigateApp.page.getByPlaceholder("Search streams...").fill("sub"); await expect( frigateApp.page.getByRole("option", { name: "dome_main" }), ).toBeHidden();