diff --git a/tests/unit/project-sequences-panel.test.tsx b/tests/unit/project-sequences-panel.test.tsx index 637ae3fb..61cd756b 100644 --- a/tests/unit/project-sequences-panel.test.tsx +++ b/tests/unit/project-sequences-panel.test.tsx @@ -50,6 +50,12 @@ describe("ProjectSequencesPanel", () => { { entityId: "teleport-a", label: "North Gate" }, { entityId: "teleport-b", label: "South Gate" } ]} + sceneTransitionTargetOptions={[ + { + targetKey: "scene-house::entry-front", + label: "House ยท Front Entry" + } + ]} visibilityTargetOptions={[ { targetKey: "brush:brush-a", label: "Wall A" }, { targetKey: "brush:brush-b", label: "Wall B" } @@ -67,6 +73,7 @@ describe("ProjectSequencesPanel", () => { onAddImpulseControlStep={() => {}} onAddDialogueStep={() => {}} onAddTeleportStep={onAddTeleportStep} + onAddSceneTransitionStep={() => {}} onAddVisibilityStep={onAddVisibilityStep} onAddPlayAnimationStep={onAddPlayAnimationStep} onAddStopAnimationStep={onAddStopAnimationStep} @@ -81,6 +88,7 @@ describe("ProjectSequencesPanel", () => { onSetControlStepAnimationLoop={() => {}} onSetDialogueStepDialogueId={() => {}} onSetTeleportStepTarget={onSetTeleportStepTarget} + onSetSceneTransitionStepTarget={() => {}} onSetVisibilityStepTarget={onSetVisibilityStepTarget} onSetVisibilityStepMode={onSetVisibilityStepMode} />