Area / route
/dashboard/{org}/automations — app/features/automations/components/automations-table.tsx.
Steps to reproduce
- Open the Automations list in an org where automations are grouped under an app folder (e.g. one "projects" folder containing 15 workflows).
- Read the table's status/count line.
Expected
The count agrees with the visible rows (e.g. "Showing 1 of 1"), or the wording makes clear it counts child workflows.
Actual
With one grouped row visible, the line reads "Showing 1 of 15 automations", implying 14 hidden rows. The denominator counts grouped child workflows while the numerator counts visible folder rows.
Evidence
automations-table.tsx:375 — totalCount: validWorkflows.length (workflows) vs :353 — rows = tableItems.length (folder rows). i18n key messages/en.json:1957 showingFiltered. Confirmed live.
Notes
Live browser finding (B2); NOT in the dedup baseline. Verified distinct from [85]/[92]/[94] (canvas no-ops, role-gating, metrics-scan). Fix: make numerator and denominator consistent, or reword to reflect counting workflows across folders.
Filed by an automated manual-review pass (live browser QA + a 25-agent code-grounded audit, each finding adversarially verified). Deduped against open issues (incl. #1972–#1999, settings/forms epic #1941–#1966, audit cluster #1842–#1846) and recently-closed issues.
Area / route
/dashboard/{org}/automations—app/features/automations/components/automations-table.tsx.Steps to reproduce
Expected
The count agrees with the visible rows (e.g. "Showing 1 of 1"), or the wording makes clear it counts child workflows.
Actual
With one grouped row visible, the line reads "Showing 1 of 15 automations", implying 14 hidden rows. The denominator counts grouped child workflows while the numerator counts visible folder rows.
Evidence
automations-table.tsx:375—totalCount: validWorkflows.length(workflows) vs:353— rows =tableItems.length(folder rows). i18n keymessages/en.json:1957showingFiltered. Confirmed live.Notes
Live browser finding (B2); NOT in the dedup baseline. Verified distinct from [85]/[92]/[94] (canvas no-ops, role-gating, metrics-scan). Fix: make numerator and denominator consistent, or reword to reflect counting workflows across folders.
Filed by an automated manual-review pass (live browser QA + a 25-agent code-grounded audit, each finding adversarially verified). Deduped against open issues (incl. #1972–#1999, settings/forms epic #1941–#1966, audit cluster #1842–#1846) and recently-closed issues.