test: Split browser test-utils (#2662)

- Closes: #2660
This commit is contained in:
Dermot Duffy
2026-08-07 16:27:28 -07:00
committed by GitHub
parent 673d8fe133
commit 8d8d486afa
9 changed files with 161 additions and 166 deletions
@@ -2,6 +2,7 @@ import { describe, expect, it } from 'vitest';
import type { FrigateEvent } from '../../../src/camera-manager/frigate/types';
import type { PartialAdvancedCameraCardConfig } from '../../../src/config/types';
import { deepQuery } from '../../browser/dom';
import {
createTestFrigateEvent,
EVENT_TIME_NEWER,
@@ -11,7 +12,6 @@ import {
import type { MountedCard } from '../../browser/mounted-card';
import {
clickThumbnail,
deepQuery,
getBlockNotificationText,
getMediaViewerMediaURLs,
getThumbnails,