feat(canvas): finalize mixer reconnect swap and related updates
This commit is contained in:
@@ -223,4 +223,16 @@ describe("canvas connection policy", () => {
|
||||
getCanvasConnectionValidationMessage("agent-output-source-invalid"),
|
||||
).toBe("Agent-Ausgabe akzeptiert nur Eingaben von Agent-Nodes.");
|
||||
});
|
||||
|
||||
it("treats legacy mixer handles 'null' and empty string as base occupancy", () => {
|
||||
expect(
|
||||
validateCanvasConnectionPolicy({
|
||||
sourceType: "asset",
|
||||
targetType: "mixer",
|
||||
targetIncomingCount: 1,
|
||||
targetHandle: "base",
|
||||
targetIncomingHandles: ["null", ""],
|
||||
}),
|
||||
).toBe("mixer-handle-incoming-limit");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user