mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-21 03:41:55 +03:00
fix test
This commit is contained in:
parent
9ad2653de4
commit
8fd7e4faa7
@ -134,7 +134,7 @@ test.describe("camera ffmpeg input source toggle @medium", () => {
|
|||||||
|
|
||||||
// The dropdown is searchable: typing narrows the list to matches only,
|
// The dropdown is searchable: typing narrows the list to matches only,
|
||||||
// with no option to enter a custom stream name.
|
// 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(
|
await expect(
|
||||||
frigateApp.page.getByRole("option", { name: "dome_main" }),
|
frigateApp.page.getByRole("option", { name: "dome_main" }),
|
||||||
).toBeHidden();
|
).toBeHidden();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user