test: Add browser tests for the media viewing gallery and viewer (#2661)

This commit is contained in:
Dermot Duffy
2026-08-07 16:08:56 -07:00
committed by GitHub
parent 567690831c
commit 673d8fe133
25 changed files with 1563 additions and 144 deletions
@@ -10,7 +10,7 @@ import {
import {
CARD_INITIALIZED_MESSAGE,
clickElement,
createCameraHASS,
createGenericCameraHASS,
createInitializedAutomation,
createStillImageCardConfig,
dispatchPointerDown,
@@ -106,7 +106,7 @@ const mountCard = async (options?: MountCardOptions): Promise<MountedCard> => {
},
],
}),
createCameraHASS({ entities: { [ZOOM_ENTITY]: 'off' } }),
createGenericCameraHASS({ entities: { [ZOOM_ENTITY]: 'off' } }),
mountOptions,
);