auto-git:

[change] tests/unit/player-start-inspector.integration.test.tsx
This commit is contained in:
2026-05-01 16:28:11 +02:00
parent d74bde689f
commit a2dc575eab

View File

@@ -149,6 +149,12 @@ describe("Player Start inspector", () => {
expect(
screen.getByTestId("player-start-movement-jump-enabled")
).toBeChecked();
expect(
screen.getByTestId("player-start-movement-edge-assist-enabled")
).toBeChecked();
expect(
screen.getByTestId("player-start-movement-push-to-top-height")
).toHaveValue(0.55);
});
it("lets the inspector switch to a custom movement template and persist authored settings", async () => {