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
@@ -36,4 +36,4 @@ PASS - Coverage reporting was generated during `npm run test:workspace-v2`.
36
36
37
37
## PR-Specific Note
38
38
39
-
The Workspace V2 run exercised Object Vector Studio V2 shape-list rendering, reversed visual shape ordering, selected shape z-order actions, preserved render-order behavior, Object Vector schema validation, and Asteroids runtime object-vector rendering.
39
+
The Workspace V2 run exercised Object Vector Studio V2 group cleanup, group icon removal, Add State enablement, duplicate state warnings, state tile/timeline refresh, workspace dirty tracking after state creation, Object Vector schema validation, and Asteroids runtime object-vector rendering.
- Runtime/console guard: Workspace Manager V2, Object Vector Studio V2, and Asteroids runtime scenarios completed with no reported page errors.
14
14
15
15
## PR-Specific Coverage
16
16
17
-
- Verified Object Vector Studio V2 keeps underlying render/order semantics unchanged: lower order remains back and higher order remains front.
18
-
- Verified the object tile shape list displays in reverse UI order, with the front-most rendered shape at the top and the back-most shape at the bottom.
19
-
- Verified shape stacking controls render in the requested visual order: Send To Back, Move Backward, Move Forward, Bring To Front.
20
-
- Verified the reordered controls keep the existing send/backward/forward/front icon mappings.
21
-
- Verified Bring To Front moves the selected shape to the top of the displayed list.
22
-
- Verified Send To Back moves the selected shape to the bottom of the displayed list.
17
+
- Verified Ungroup removes selected group membership and prunes leftover single-member group metadata.
18
+
- Verified group icons disappear when a group is removed.
19
+
- Verified Add State is enabled for selected unlocked objects with valid state values.
20
+
- Verified Add State creates a new state, selects it, and refreshes state tiles/timeline immediately.
21
+
- Verified duplicate state creation is rejected with a visible warning.
22
+
- Verified adding a state marks Object Vector Studio V2 workspace toolState dirty.
23
23
24
24
## Additional Validation
25
25
26
-
- Focused Object Vector Studio V2 slice passed before the full run:
27
-
`npx playwright test tests/playwright/tools/WorkspaceManagerV2.spec.mjs --project=playwright --grep "Object Vector Studio V2"` completed with 12 passed, 0 failed.
26
+
- Focused PR052 slice passed before the full run:
27
+
`npx playwright test tests/playwright/tools/WorkspaceManagerV2.spec.mjs --project=playwright --grep "single-member groups|dirty state"` completed with 2 passed, 0 failed.
0 commit comments