You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(0%) tests/games/AsteroidsAssetReferenceAdoption.test.mjs - changed JS file not collected as browser runtime coverage
37
+
(0%) tests/games/AsteroidsPlatformDemo.test.mjs - changed JS file not collected as browser runtime coverage
35
38
(0%) tests/playwright/tools/WorkspaceManagerV2.spec.mjs - changed JS file not collected as browser runtime coverage
36
39
```
37
40
41
+
CSS changes in `tools/object-vector-studio-v2/styles/toolStarter.css` and `src/engine/ui/hubCommon.css` are verified through Playwright DOM/CSS assertions rather than V8 JavaScript coverage.
42
+
38
43
## Guardrail
39
44
40
45
```text
@@ -43,4 +48,4 @@ PASS - Coverage reporting was generated during `npm run test:workspace-v2`.
43
48
44
49
## PR-Specific Note
45
50
46
-
The Workspace V2 run exercised Object Vector Studio V2 one-line Move, Origin, Rotate, and Scale transform controls, transform summary rendering, preserved transform actions, and Object Transform no-console-error paths. Coverage remains advisory only.
51
+
The Workspace V2 run exercised Object Vector Studio V2 Scale input styling, singular transform summary formatting, Rotate normalization, Object Geometry Delete Point(s) labeling, Asteroids runtime binding validation without object tag checks, and hub CSS spacing assertions. Coverage remains advisory only.
- Verified Object Transform Move controls render on one line as `Move X [input] Y [input] [Move]`.
18
-
- Verified Object Transform Origin controls render on one line as `Origin X [input] Y [input] [Apply]`.
19
-
- Verified Object Transform Rotate controls render on one line as `Rotate [input] [Rotate]`.
20
-
- Verified existing Scale controls remain one line as `Scale [--] [-] [scale input] [+] [++] [Resize]`.
21
-
- Verified Move, Origin Apply, and Rotate buttons continue to update the selected shape transform.
22
-
- Verified transform summary is horizontally centered and no longer starts with `Transform`.
17
+
- Verified Object Transform Scale input renders with spinner-removal CSS (`appearance: textfield` and WebKit spin-button removal rule).
18
+
- Verified transform summary renders singular same-axis scale text such as `x 0, y 0, rot 0, scale 1`.
19
+
- Verified Rotate input constrains to `min=0` and `max=360`, normalizes out-of-range input before applying, and writes the normalized value back to the textbox.
- Verified Asteroids runtime binding validation succeeds when object `tags` are removed from the runtime payload, keeping tags as Object Vector Studio V2 editor metadata rather than runtime validation data.
22
+
- Verified hub page tool section margin resolves to `12px`.
23
+
- Targeted Node validation also passed for `AsteroidsAssetReferenceAdoption` and `AsteroidsPlatformDemo`.
23
24
24
25
## Manual Verification Equivalent
25
26
26
-
Targeted Object Vector Studio V2 browser automation covered the requested transform row layouts, preserved transform actions, centered summary text, retained Scale row layout, and no-console-error checks.
0 commit comments