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
- The generated report lists `tests/playwright/tools/WorkspaceManagerV2.spec.mjs` as changed JS not collected by browser runtime coverage.
12
12
13
13
## Validation Context
14
14
15
15
- Main command: `npm run test:workspace-v2`.
16
16
- Result: 47 passed.
17
-
- Focused Object Vector Studio V2 layout, preview coordinate, animation-state, and asset-authoring scenarios passed.
18
-
- Coverage includes the runtime paths for cleaned Object Details summary rendering and explicit selected-shape color labeling. Tag-row layout, Polygon Geometry spacing, and removal of duplicate/helper text are covered by Playwright layout/text assertions.
17
+
- Focused Object Vector Studio V2 layout, preview coordinate, mouse-editing, animation-state, and asset-authoring scenarios passed as part of the workspace-v2 run.
18
+
- Coverage includes the runtime paths for object tile rendering, compact icon controls, runtime lock/visibility controls, and targeted object tile deletion.
-`npx playwright test tests/playwright/tools/WorkspaceManagerV2.spec.mjs --grep "Object Vector Studio V2 (layout shell|preview coordinates|animation states|asset authoring controls)"`: 4 passed.
8
7
-`npm run test:workspace-v2`: 47 passed.
9
8
-`git diff --check`: passed with LF-to-CRLF working-copy warnings for touched files.
10
9
11
10
## Targeted Object Vector Studio V2 Verification
12
11
13
-
- Confirmed Object Tag input and Add button render inline with no visible `Tag` label text.
14
-
- Confirmed Polygon Geometry section spacing is reduced to 5px, including section gap, point-list gap, and heading margins.
15
-
- Confirmed Object Details no longer renders the helper text or duplicate `Selected Shape` summary text.
16
-
- Confirmed Object Details keeps concise shape/group metadata without the duplicate selected-shape heading.
17
-
- Confirmed selected shape color is labeled as `Fill Color`, `Stroke Color`, or `Transparent Color` so transparent/background state is not confused with the selected color.
18
-
- Confirmed Object Vector Studio V2 geometry editing and animation detail states remain covered by the targeted workspace-v2 slice.
19
-
- Confirmed targeted Object Vector Studio tests reported no console/page errors.
12
+
- Confirmed object tile Delete renders as a textless X icon button at the far right of each object tile.
13
+
- Confirmed object tile actions are stacked compactly in order: Show/Hide, Lock, Delete.
14
+
- Confirmed object tile action buttons use the reduced 26px control size.
15
+
- Confirmed Delete is disabled while the object is runtime-locked, while existing Show/Hide and Lock behavior remains intact.
16
+
- Confirmed tile Delete removes only the targeted object tile; the Shield Pickup tile delete removed `object.asteroids.shield-pickup` while preserving `object.asteroids.object-1`.
17
+
- Confirmed workspace-v2 Object Vector Studio V2 scenarios reported no console/page errors.
0 commit comments