From 9eddb5e5dc73ea6edbd3807311bd8abb5b9dba41 Mon Sep 17 00:00:00 2001 From: Adrian Gruntkowski Date: Mon, 25 May 2026 22:28:29 +0200 Subject: [PATCH] Alter a couple E2E exploration test so that they don't fail on evening UTC --- e2e/tests/dashboard/exploration.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/tests/dashboard/exploration.spec.ts b/e2e/tests/dashboard/exploration.spec.ts index 70726960ac7a..03025c670fa9 100644 --- a/e2e/tests/dashboard/exploration.spec.ts +++ b/e2e/tests/dashboard/exploration.spec.ts @@ -19,7 +19,7 @@ test('load user journey', async ({ page, request }) => { user_id: 123, name: 'pageview', pathname: '/page', - timestamp: { hoursAgo: 40 } + timestamp: { daysAgo: 7 } } ] }) @@ -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 } } ] })