Add modelAssetId to entity creation test

This commit is contained in:
2026-04-13 16:36:01 +02:00
parent ed60b22a44
commit 3b1be1645c

View File

@@ -179,7 +179,8 @@ test("escape cancels a typed entity creation preview", async ({ page }) => {
target: { target: {
kind: "entity", kind: "entity",
entityKind: "playerStart", entityKind: "playerStart",
audioAssetId: null audioAssetId: null,
modelAssetId: null
}, },
center: null center: null
} }