Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/lib/programs/audit/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ export const AUDIT_SEED_CHECKS: AuditCheck[] = [
label: 'Key activation events captured',
status: 'pending',
},
{
id: 'capture-fires-on-success',
area: 'Event Capture',
label: 'Completion events fire on success, not intent',
status: 'pending',
},
{
id: 'live-data-findings',
// Area is capped at COL_AREA_WIDTH (18) in the checks viewer and never
Expand Down
Loading