Skip to content

Commit

Permalink
Update packages/browser-integration-tests/suites/replay/maxReplayDura…
Browse files Browse the repository at this point in the history
…tion/test.ts

Co-authored-by: Billy Vong <[email protected]>
  • Loading branch information
mydea and billyvg committed Jul 25, 2023
1 parent d281b13 commit 04eaad0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getReplayEvent, shouldSkipReplayTest, waitForReplayRequest } from '../.

const SESSION_MAX_AGE = 2000;

sentryTest('keeps track of max duration accross reloads', async ({ getLocalTestPath, page }) => {
sentryTest('keeps track of max duration across reloads', async ({ getLocalTestPath, page }) => {
if (shouldSkipReplayTest()) {
sentryTest.skip();
}
Expand Down

0 comments on commit 04eaad0

Please sign in to comment.