Update e2e tests to use new entity addition flow

This commit is contained in:
2026-04-02 23:29:02 +02:00
parent d12a4e68c8
commit ff4978edee
6 changed files with 31 additions and 11 deletions

View File

@@ -31,7 +31,9 @@ test("first-room workflow covers create, texture, save/load, and run", async ({
await expect(page.getByTestId("status-message")).toContainText("Author a Player Start before running");
await expect(page.getByTestId("status-run-preflight")).toContainText("Blocked");
await page.getByTestId("place-player-start").click();
await page.getByTestId("outliner-add-button").click();
await page.getByTestId("add-menu-entities").click();
await page.getByTestId("add-menu-player-start").click();
await page.getByTestId("player-start-position-x").fill("2");
await page.getByTestId("player-start-position-x").press("Tab");
await page.getByTestId("player-start-position-z").fill("-2");