Skip to content
Merged
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
3 changes: 3 additions & 0 deletions packages/junior-dashboard/tests/dashboard-mock-routes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ describe("dashboard mock conversation routes", () => {
});

it("overlays mock conversations for local dashboard visual QA", async () => {
// Pin time to match the hardcoded session dates in the mock reporting fixture.
// Without this, recentConversationGroups filters out sessions older than 7 days.
vi.useFakeTimers({ now: new Date("2026-05-30T00:00:00.000Z") });
const app = createDashboardApp({
authRequired: false,
allowedGoogleDomains: [],
Expand Down
Loading