Files
sim/apps
Waleed c86c084a51 fix(credential-groups): pin the clock in the enrollment tests (#6812)
`invitationExpiresAt` was dated 2026-08-18T12:00:00Z, and the code under test
compares it against the wall clock. The suite passed until that instant and has
failed for everyone since -- the same commit passed CI at 07:21Z and failed at
14:55Z with no code change between the runs.

Pin the clock to a point inside the invitation window instead. Every existing
date literal keeps its meaning and the suite stops depending on when it runs.
Re-dating the fixture to a later instant would only move the failure.
2026-08-18 08:03:37 -07:00
..