|
1 | | -# PR_26156_174 Testing Lane Execution Report |
| 1 | +# PR_26156_175 Testing Lane Execution Report |
2 | 2 |
|
3 | 3 | ## Result |
4 | 4 | PASS |
5 | 5 |
|
6 | 6 | ## Commands Run |
| 7 | +- `node --check toolbox/colors/colors.js` |
| 8 | + - PASS |
| 9 | +- `node --check toolbox/colors/palette-workspace-repository.js` |
| 10 | + - PASS |
7 | 11 | - `node --check tests/playwright/tools/PaletteToolMockRepository.spec.mjs` |
8 | 12 | - PASS |
9 | | -- `rg "style=|<style|onclick|onchange|oninput|onsubmit" toolbox/colors/index.html assets/theme-v2/css/accordion.css assets/theme-v2/css/layout.css tests/playwright/tools/PaletteToolMockRepository.spec.mjs` |
| 13 | +- `node --check tests/playwright/tools/ToolCenterFullscreenAccordion.spec.mjs` |
| 14 | + - PASS |
| 15 | +- `rg "style=|<style|onclick|onchange|oninput|onsubmit" toolbox/colors/index.html toolbox/colors/colors.js toolbox/colors/palette-workspace-repository.js assets/theme-v2/css/layout.css assets/theme-v2/css/accordion.css assets/theme-v2/css/panels.css tests/playwright/tools/PaletteToolMockRepository.spec.mjs tests/playwright/tools/ToolCenterFullscreenAccordion.spec.mjs` |
10 | 16 | - PASS, no matches |
| 17 | +- `npx playwright test tests/playwright/tools/ToolCenterFullscreenAccordion.spec.mjs --project=playwright --workers=1 --reporter=list` |
| 18 | + - PASS, 1 test |
11 | 19 | - `npx playwright test tests/playwright/tools/PaletteToolMockRepository.spec.mjs --project=playwright --workers=1 --reporter=list` |
12 | 20 | - PASS, 3 tests |
13 | 21 | - `npm run test:playwright:static` |
|
16 | 24 | - PASS |
17 | 25 |
|
18 | 26 | ## Required Lanes |
19 | | -- Targeted Palette Tool fullscreen UI lane: PASS. |
| 27 | +- Targeted shared Tool Center fullscreen UI lane: PASS. |
| 28 | +- Targeted Palette Tool runtime/UI lane: PASS. |
20 | 29 | - Changed-file/static validation: PASS. |
21 | 30 |
|
22 | 31 | ## Playwright Coverage |
23 | | -- Fullscreen center panel overflow is hidden so page-level center scrolling is disabled: PASS. |
24 | | -- Active Project Palette and Source Palette Browser split fullscreen vertical space evenly when both are expanded: PASS. |
25 | | -- Collapsing Source Palette Browser expands Active Project Palette into the remaining available space: PASS. |
26 | | -- Collapsing Active Project Palette expands Source Palette Browser into the remaining available space: PASS. |
27 | | -- Active Project Palette swatch wrapper scrolls while its summary and control row stay fixed: PASS. |
28 | | -- Source Palette Browser swatch wrapper scrolls while its summary and filter/control rows stay fixed: PASS. |
29 | | -- Source Palette Browser DB-backed source loading, Pin All, pin, sort, size, and search behavior remain covered: PASS. |
30 | | -- Active Project Palette selected swatch, remove/unpin, sort, size, and tag behavior remain covered: PASS. |
| 32 | +- Palette fullscreen center panel overflow remains hidden so page-level center scrolling is disabled: PASS. |
| 33 | +- Palette Active Project Palette and Source Palette Browser split fullscreen vertical space evenly when both are expanded: PASS. |
| 34 | +- Palette swatch wrappers scroll while summaries and control rows stay fixed: PASS. |
| 35 | +- Publish Tool Center direct accordions split fullscreen vertical space evenly when both are expanded: PASS. |
| 36 | +- Publish Tool Center direct accordion body scrolls while summary remains fixed: PASS. |
| 37 | +- Collapsing one Publish Tool Center accordion expands the remaining open accordion: PASS. |
| 38 | +- Palette selected summary omits the swatch symbol: PASS. |
| 39 | +- Source-pinned user Palette Colors start with empty tags: PASS. |
| 40 | +- Harmony-pinned user Palette Colors start with empty tags: PASS. |
| 41 | +- Harmony swatches use red/green pin state and click-to-add/click-to-remove behavior: PASS. |
| 42 | +- Harmony Add All skips duplicates: PASS. |
31 | 43 |
|
32 | 44 | ## Impacted Lane |
33 | 45 | - Palette Tool runtime/UI lane. |
34 | | -- Theme V2 static validation for reusable fullscreen accordion layout classes. |
| 46 | +- Shared Tool Center fullscreen UI lane. |
| 47 | +- Theme V2 static validation for reusable fullscreen accordion and Tool Center panel layout classes. |
35 | 48 |
|
36 | 49 | ## Skipped Lanes |
37 | 50 | - Full samples smoke was skipped by BUILD instruction. |
38 | | -- Broader tool lanes were skipped because changes are confined to Palette Tool fullscreen layout, reusable Theme V2 layout CSS, and the targeted Palette Tool spec. |
| 51 | +- Broader tool lanes were skipped because changes are confined to Palette Tool swatch/harmony behavior, reusable Theme V2 Tool Center fullscreen layout, and targeted specs for those surfaces. |
39 | 52 |
|
40 | 53 | ## Not Run |
41 | 54 | - Full samples smoke was not run, per BUILD instruction. |
42 | 55 |
|
| 56 | +## Notes |
| 57 | +- A broader exploratory run of `tests/playwright/tools/ToolDisplayModeNavigation.spec.mjs` failed existing identity-row copy expectations unrelated to this PR. The required shared Tool Center fullscreen lane was covered by `tests/playwright/tools/ToolCenterFullscreenAccordion.spec.mjs`, which passed. |
| 58 | + |
43 | 59 | ## Coverage Artifact |
44 | 60 | - Final V8 coverage artifact: `docs_build/dev/reports/playwright_v8_coverage_report.txt`. |
0 commit comments