Skip to content

Commit 3dde516

Browse files
committed
try unflake
1 parent c0d1b80 commit 3dde516

File tree

1 file changed

+1
-0
lines changed
  • packages/browser-integration-tests/suites/replay/maxReplayDuration

1 file changed

+1
-0
lines changed

packages/browser-integration-tests/suites/replay/maxReplayDuration/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ sentryTest('keeps track of max duration across reloads', async ({ getLocalTestPa
2929
await new Promise(resolve => setTimeout(resolve, SESSION_MAX_AGE / 2));
3030

3131
await page.reload();
32+
await page.click('#button1');
3233

3334
// After the second reload, we should have a new session (because we exceeded max age)
3435
const reqPromise3 = waitForReplayRequest(page, 0);

0 commit comments

Comments
 (0)