diff --git a/web/tests/onboarding-tour.spec.ts b/web/tests/onboarding-tour.spec.ts index 69830100d..7d4f2fc91 100644 --- a/web/tests/onboarding-tour.spec.ts +++ b/web/tests/onboarding-tour.spec.ts @@ -30,7 +30,7 @@ const OLD_USER_LOCALS = { ...NEW_USER_LOCALS, user: { ...NEW_USER_LOCALS.user, - created_at: '2026-06-07T10:00:00.000Z', + created_at: '2026-04-15T10:00:00.000Z', onboarded_at: null, }, };