Add click action for 'First Person' button in e2e test

This commit is contained in:
2026-03-31 06:22:10 +02:00
parent 4f74fa50a4
commit 2667ae1349

View File

@@ -34,6 +34,7 @@ test("Trigger Volume enter can teleport the player to a Teleport Target", async
.click();
await page.getByTestId("add-trigger-teleport-link").click();
await page.getByRole("button", { name: "First Person" }).first().click();
await page.getByTestId("enter-run-mode").click();