Skip to content

Commit

Permalink
try unflake
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jul 25, 2023
1 parent 04eaad0 commit caaaea1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ sentryTest('keeps track of max duration across reloads', async ({ getLocalTestPa
await new Promise(resolve => setTimeout(resolve, SESSION_MAX_AGE / 2));

await page.reload();
await page.click('#button1');

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

0 comments on commit caaaea1

Please sign in to comment.