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
4 changes: 2 additions & 2 deletions e2e/tests/dashboard/exploration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test('load user journey', async ({ page, request }) => {
user_id: 123,
name: 'pageview',
pathname: '/page',
timestamp: { hoursAgo: 40 }
timestamp: { daysAgo: 7 }
}
]
})
Expand Down Expand Up @@ -114,7 +114,7 @@ test('load user journey and switch to a period with no events', async ({
user_id: 123,
name: 'pageview',
pathname: '/page',
timestamp: { hoursAgo: 40 }
timestamp: { daysAgo: 7 }
}
]
})
Expand Down
Loading