This commit is contained in:
Josh Hawkins 2026-06-16 16:34:36 -05:00
parent 9ad2653de4
commit 8fd7e4faa7

View File

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