|
1 | | -# PR_26156_177 Testing Lane Execution Report |
| 1 | +# PR_26156_178 Testing Lane Execution Report |
2 | 2 |
|
3 | 3 | ## Result |
4 | 4 | PASS |
5 | 5 |
|
6 | 6 | ## Commands Run |
7 | 7 | - `node --check toolbox/colors/colors.js` |
8 | 8 | - PASS |
9 | | -- `node --check toolbox/colors/palette-workspace-repository.js` |
10 | | - - PASS |
11 | 9 | - `node --check tests/playwright/tools/PaletteToolMockRepository.spec.mjs` |
12 | 10 | - PASS |
13 | | -- `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/forms.css assets/theme-v2/css/buttons.css tests/playwright/tools/PaletteToolMockRepository.spec.mjs` |
14 | | - - PASS, no matches |
15 | | -- `rg "readEditorForm|fillEditorForm|clearEditorForm|validateEditor|tagsFromText|elements\\.remove|data-palette-remove" toolbox/colors tests/playwright/tools/PaletteToolMockRepository.spec.mjs` |
| 11 | +- `rg "placeholder=" toolbox/colors/index.html tests/playwright/tools/PaletteToolMockRepository.spec.mjs` |
16 | 12 | - PASS, no matches |
17 | | -- `rg "DEFAULT_SOURCE_PALETTES" toolbox/colors tests/playwright/tools/PaletteToolMockRepository.spec.mjs` |
| 13 | +- `rg "style=|<style|onclick|onchange|oninput|onsubmit" toolbox/colors/index.html toolbox/colors/colors.js toolbox/colors/palette-workspace-repository.js tests/playwright/tools/PaletteToolMockRepository.spec.mjs` |
18 | 14 | - PASS, no matches |
19 | 15 | - `npx playwright test tests/playwright/tools/PaletteToolMockRepository.spec.mjs --project=playwright --workers=1 --reporter=list` |
20 | 16 | - PASS, 3 tests |
|
28 | 24 | - Changed-file/static validation: PASS. |
29 | 25 |
|
30 | 26 | ## Playwright Coverage |
31 | | -- Disabled Swatch Editor selected-value fields preserve normal text color, text fill, and opacity: PASS. |
32 | | -- Selected source-backed Palette Colors swatch values appear in Swatch Editor: PASS. |
33 | | -- Selected user-defined Palette Colors swatch values appear in Swatch Editor: PASS. |
34 | | -- Swatch Editor Symbol, Hex, and Name remain disabled: PASS. |
35 | | -- Tags are disabled with no selected project palette color and enabled with selected project palette colors: PASS. |
36 | | -- Tag input and rendered tag action area are split across two rows: PASS. |
37 | | -- Tag action-group uses the tight 50% gap utility: PASS. |
38 | | -- User Defined Swatch remains enabled and blank for new user-defined swatch creation with no selected color: PASS. |
39 | | -- User Defined Swatch is blank with Add/Clear enabled for selected non-user colors: PASS. |
40 | | -- User Defined Swatch populates and enables for selected user-defined colors: PASS. |
| 27 | +- Initial no-selection state shows empty disabled Swatch Editor fields: PASS. |
| 28 | +- Initial no-selection state shows no placeholder text in Swatch Editor fields: PASS. |
| 29 | +- Placeholder text is absent from Swatch Editor and User Defined Swatch inputs: PASS. |
| 30 | +- Selecting a source-backed swatch populates Swatch Editor selected values: PASS. |
| 31 | +- Selecting a user-defined swatch populates Swatch Editor selected values: PASS. |
| 32 | +- Removing the selected swatch returns Swatch Editor fields to empty disabled state: PASS. |
| 33 | +- PR_26156_177 User Defined Swatch rules remain covered: PASS. |
41 | 34 |
|
42 | 35 | ## Impacted Lane |
43 | 36 | - Palette Tool runtime/UI lane. |
44 | | -- Theme V2 static validation for reusable form/action-group utility classes used by Palette. |
45 | 37 | - Changed-file/static validation lane. |
46 | 38 |
|
47 | 39 | ## Skipped Lanes |
48 | 40 | - Full samples smoke was skipped by BUILD instruction. |
49 | | -- Shared Tool Center fullscreen UI lane was skipped because PR177 did not modify shared Tool Center layout behavior. |
50 | | -- Broader tool lanes were skipped because the new Theme V2 utilities are only used by Palette in this delta, and the targeted Palette spec verifies their rendered behavior. |
| 41 | +- Shared Tool Center fullscreen UI lane was skipped because PR178 does not modify shared Tool Center or Theme V2 behavior. |
| 42 | +- Broader tool lanes were skipped because changes are confined to Palette Tool input markup and targeted Palette spec assertions. |
51 | 43 |
|
52 | 44 | ## Not Run |
53 | 45 | - Full samples smoke was not run, per BUILD instruction. |
|
0 commit comments