This commit is contained in:
Josh Hawkins 2026-05-19 18:25:20 -05:00
parent e2128e09ae
commit f0271a802f

View File

@ -129,8 +129,14 @@ test.describe("Replay — active session @medium", () => {
); );
await actionGroup.first().click(); await actionGroup.first().click();
const dialog = frigateApp.page.getByRole("dialog"); // On mobile PlatformAwareSheet renders a MobilePage (full-screen panel)
await expect(dialog).toBeVisible({ timeout: 5_000 }); // instead of a Radix Dialog, so assert the panel title heading is visible.
await expect(
frigateApp.page.getByRole("heading", {
level: 2,
name: /^Configuration$/i,
}),
).toBeVisible({ timeout: 5_000 });
}); });
test("Objects tab renders with the camera_activity objects list", async ({ test("Objects tab renders with the camera_activity objects list", async ({