Summary
e2e/tests/field-coverage/dfd-node-properties.spec.ts ("stroke color via style panel") times out waiting for the color-picker hex input. The input is gated by src/app/shared/components/color-picker/color-picker.component.ts:88-91 on selectedSource === 'diagram' && selectedDiagramPosition !== null (diagram-palette editing mode), not simply on a node being selected. The test predates this gating design and never enters palette mode.
Confirmed unrelated to the x6 v3 migration (#446): the style-panel data chain (buildStylePanelCells()) is null-safe and populates correctly; the component is untouched by the migration.
Acceptance Criteria
Notes
Root-caused live during #446 E2E validation (2026-08-03) via ng.getComponent() inspection; details in the #446 execution report.
Summary
e2e/tests/field-coverage/dfd-node-properties.spec.ts("stroke color via style panel") times out waiting for the color-picker hex input. The input is gated bysrc/app/shared/components/color-picker/color-picker.component.ts:88-91onselectedSource === 'diagram' && selectedDiagramPosition !== null(diagram-palette editing mode), not simply on a node being selected. The test predates this gating design and never enters palette mode.Confirmed unrelated to the x6 v3 migration (#446): the style-panel data chain (
buildStylePanelCells()) is null-safe and populates correctly; the component is untouched by the migration.Acceptance Criteria
Notes
Root-caused live during #446 E2E validation (2026-08-03) via ng.getComponent() inspection; details in the #446 execution report.