From 3b1be1645c7abae8ae82aa676fc9068503ad736d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Apr 2026 16:36:01 +0200 Subject: [PATCH] Add modelAssetId to entity creation test --- tests/e2e/entities-foundation.e2e.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/e2e/entities-foundation.e2e.ts b/tests/e2e/entities-foundation.e2e.ts index 532d0d31..62702e2b 100644 --- a/tests/e2e/entities-foundation.e2e.ts +++ b/tests/e2e/entities-foundation.e2e.ts @@ -179,7 +179,8 @@ test("escape cancels a typed entity creation preview", async ({ page }) => { target: { kind: "entity", entityKind: "playerStart", - audioAssetId: null + audioAssetId: null, + modelAssetId: null }, center: null }