whisper-money/tests
Víctor Falcón 79164345d9
Fix: Ensure demo account is always email-verified (#118)
## Summary
- Ensure `email_verified_at` is set when the demo account is created or
already exists but is unverified
- `email_verified_at` is not in the User model's `$fillable` array, so
set it directly on the model instead of via `create()`/`update()`

## Test plan
- [x] Added test that an existing unverified demo user gets verified on
`demo:reset`
- [x] Added assertion that newly created demo user has
`email_verified_at` set
- [x] All 3 demo reset tests pass
2026-02-13 07:36:54 +01:00
..
Browser Remove budgets feature flag (#108) 2026-02-12 09:58:01 +01:00
Feature Fix: Ensure demo account is always email-verified (#118) 2026-02-13 07:36:54 +01:00
Unit Demo Account Experience (#51) 2026-01-07 10:58:14 +01:00
Pest.php chore: Simplify IndexedDB sync by moving to Inertia shared props (#63) 2026-01-19 19:15:26 +01:00
TestCase.php feat: Show loading spinner on landing page when in PWA mode (#96) 2026-02-02 08:28:52 +01:00