|
1 | 1 | # Playwright Workspace V2 Results |
2 | 2 |
|
3 | | -PR: PR_26133_090-object-transform-accordion-and-layout-reorganization |
| 3 | +PR: PR_26133_091-transform-origin-grouping-and-layout-polish |
4 | 4 |
|
5 | 5 | Command: `npm run test:workspace-v2` |
6 | 6 |
|
7 | 7 | Result: PASS |
8 | 8 |
|
9 | 9 | Summary: |
10 | 10 | - 54/54 Playwright tests passed. |
11 | | -- Final run completed in 5.2 minutes. |
12 | | -- Object Transform now owns object-level Move, Rotate, Scale, Origin/Apply, Auto Origin, and Resize controls in the left column after Object. |
13 | | -- Shape Transform is a separate right-column accordion directly under Shape/Tools and contains the existing single-shape transform workflow. |
14 | | -- Shape Transform controls are disabled when multiple shapes are selected; Object Transform does not require Select All and can affect every shape in the selected object. |
15 | | -- Right-column order now starts with Shape/Tools, Shape Transform, then Palette and Shape Geometry. |
| 11 | +- Final full run completed in 5.5 minutes. |
| 12 | +- Origin controls now render as `Origin X [input] Y [input] [Apply] [Auto]` for Object Transform and Shape Transform. |
| 13 | +- Object Transform is focused on origin, rotate, scale, and resize; object-level Move was removed from the panel. |
| 14 | +- Tools and Shapes are split into separate right-column accordions, with Palette, Tools, Shapes, Shape Geometry, Shape Transform, JSON Details, Dependency Details, and Status Log in the requested order. |
| 15 | +- Grouped shape body selection remains single-shape; clicking the group icon selects the full group and updates the preview/list selection state. |
| 16 | +- Shape Geometry and Shape Transform disable during multi-select. |
16 | 17 | - Existing console/page error assertions remained clean in the covered flows. |
17 | 18 |
|
18 | | -Manual/targeted verification notes: |
19 | | -- Targeted layout, dirty-state, object authoring, and grouping/transform Playwright checks passed before the final full run. |
20 | | -- Object-level move/rotate behavior was verified through updated Object Vector Studio V2 coverage. |
21 | | -- Shape-level move/rotate/scale/resize behavior remains covered through the existing Shape Transform IDs. |
| 19 | +Targeted verification notes: |
| 20 | +- Updated Playwright assertions cover origin row button ordering, Object/Shape Transform Snap Angle rotate controls, grouped-shape icon selection, multi-select disabled states, right-column accordion order, and Dependency Details wording. |
| 21 | +- Numeric display normalization is covered through the Object Vector Studio V2 field rendering paths and transform/geometry input helpers. |
0 commit comments