Fold the Jobs tab into the places the work is started #147

Merged
logan merged 7 commits from feat/27-jobs-into-settings into main 2026-08-20 01:02:41 +00:00
Showing only changes of commit f9ba9a87d7 - Show all commits
+10
View File
@@ -3751,3 +3751,13 @@ class names into every ancestor query.
It also only appears in a suite that has *done* something — the
sections are empty on a fresh app, so this cannot be reproduced by
opening Settings and looking.
**And it appears on the second engine, not the first.** CI runs
chromium then webkit against **one app**, so a spec that scans in the
chromium pass leaves a finished job the webkit pass then trips over.
Three specs used that selector; two failed locally and the third
(`failure-voice.spec.ts`) was green on chromium and red on webkit in
the same run. Reproducing it locally is running the suite twice against
one `make dev-headless` — which is worth doing for any change that
leaves state behind, since it is the only place a cross-engine order
dependency shows up.