auto-git:

[change] tests/unit/terrain-foundation.integration.test.tsx
This commit is contained in:
2026-04-18 20:32:19 +02:00
parent 65f5ef1a7b
commit c093a0e320

View File

@@ -127,7 +127,7 @@ describe("Terrain foundation", () => {
).toBeInTheDocument();
expect(
screen.getByText(
"Terrain editing tools land in a later inspector slice. This foundation keeps the authored grid and derived mesh selectable and inspectable."
"Terrain editing stays inspector-driven. Arm a brush here, then drag on the selected terrain in the viewport."
)
).toBeInTheDocument();
expect(screen.getByText(/9 x 9 samples/)).toBeInTheDocument();