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
|`npx playwright test tests/playwright/tools/ProjectJourneyTool.spec.mjs tests/playwright/tools/AdminNotesViewer.spec.mjs tests/playwright/tools/AdminDbViewer.spec.mjs --reporter=list`| PASS |16 passed in 39.0s. |
26
25
|`npm run test:playwright:static -- --static-report docs_build/dev/reports/static_validation_report.md`| PASS | Static-only lane runner completed; auxiliary static cache report churn was restored out of the PR diff. |
27
26
28
27
## Targeted Runtime Coverage
29
28
30
-
- Verified Mock DB Project Journey Tables uses the reusable tools template page structure.
31
-
- Verified the DB dump remains human-readable and read-only.
32
-
- Verified the Statistics divider appears between Total and Not Started.
33
-
- Verified the existing manual Status Legend layout and dynamic legend wiring remain intact.
34
-
- Verified obsolete `statusLegend` code was not removed because the current legend element still uses it.
35
-
- Verified System Generated filtering shows system-created items and excludes user-created items.
36
-
- Verified Note Tree rows keep status, title, forge-bot, and trashcan controls on one line.
37
-
- Verified Note Tree content is left-justified and constrained to the reusable 90 percent row-width class.
38
-
- Verified Item Details uses the standard tool form table with the label left of `journeyItemDetailsInput`.
29
+
- Verified Project Journey Summary Table sorted column is visually distinct and shows asc/desc arrows.
30
+
- Verified every sortable Summary Table column still toggles asc/desc.
- Verified Skipped appears after Complete in Project Journey navigation, summary headers, statistics, dropdowns, and legend.
33
+
- Verified Skipped does not count as Open and does count in Total.
34
+
- Verified Summary Table displays Skipped after Complete and before Open.
35
+
- Verified Skipped filter returns the expected release note with Skipped counts.
36
+
- Verified Admin Notes parses `[-]` as Skipped and shows `[-] ⏭️ Skipped` in the status legend.
37
+
- Verified Project Journey manual Status Legend layout remains intact while receiving the new Skipped entry from the existing renderer.
38
+
39
+
## Coverage Notes
40
+
41
+
-`docs_build/dev/reports/playwright_v8_coverage_report.txt` was regenerated by the targeted Playwright run.
42
+
- Project Journey changed runtime JS was collected by V8 coverage.
43
+
-`admin/notes.js` is listed by the coverage reporter as not collected browser runtime coverage, but the Admin Notes parser/UI lane executed and passed.
39
44
40
45
## Skipped Lanes
41
46
42
47
- Full samples smoke was skipped because samples were explicitly out of scope.
43
-
- Broad runtime lanes were skipped because the targeted Project Journey, DB Viewer, handoff, registration, and static lanes covered the changed surfaces.
48
+
- Broad runtime lanes were skipped because the targeted Project Journey, Admin Notes, DB Viewer count, and static lanes covered the changed surfaces.
0 commit comments