@@ -2,6 +2,14 @@ import { assert, describe, expect, it } from 'vitest';
|
||||
|
||||
import type { LogActionConfig } from '../../src/config/schema/actions/custom/log';
|
||||
import { createLogAction } from '../../src/utils/action';
|
||||
import {
|
||||
clickElement,
|
||||
dispatchPointerDown,
|
||||
getFocusedElement,
|
||||
holdKey,
|
||||
pressKey,
|
||||
releaseKey,
|
||||
} from '../browser/dom';
|
||||
import {
|
||||
MountedCardFactory,
|
||||
type MountedCard,
|
||||
@@ -9,15 +17,9 @@ import {
|
||||
} from '../browser/mounted-card';
|
||||
import {
|
||||
CARD_INITIALIZED_MESSAGE,
|
||||
clickElement,
|
||||
createGenericCameraHASS,
|
||||
createInitializedAutomation,
|
||||
createStillImageCardConfig,
|
||||
dispatchPointerDown,
|
||||
getFocusedElement,
|
||||
holdKey,
|
||||
pressKey,
|
||||
releaseKey,
|
||||
} from '../browser/test-utils';
|
||||
|
||||
const ZOOM_ENTITY = 'input_boolean.zoom';
|
||||
|
||||
Reference in New Issue
Block a user