diff --git a/packages/browser-integration-tests/suites/replay/sessionMaxAge/test.ts b/packages/browser-integration-tests/suites/replay/sessionMaxAge/test.ts index 7cdadf092538..2810e7d60c1c 100644 --- a/packages/browser-integration-tests/suites/replay/sessionMaxAge/test.ts +++ b/packages/browser-integration-tests/suites/replay/sessionMaxAge/test.ts @@ -83,7 +83,7 @@ sentryTest('handles session that exceeds max age', async ({ getLocalTestPath, pa expect(stringifiedSnapshot2).toMatchSnapshot('snapshot-2.json'); }); -sentryTest('handles many consequitive events in session that exceeds max age', async ({ getLocalTestPath, page }) => { +sentryTest('handles many consecutive events in session that exceeds max age', async ({ getLocalTestPath, page }) => { if (shouldSkipReplayTest()) { sentryTest.skip(); }