Skip to content

Commit 9844196

Browse files
committed
update test
1 parent bcae07d commit 9844196

File tree

1 file changed

+2
-0
lines changed
  • packages/browser-integration-tests/suites/replay/sampling

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ sentryTest('should not send replays if both sample rates are 0', async ({ getLoc
3232
const replay = await getReplaySnapshot(page);
3333

3434
expect(replay.session).toBe(undefined);
35+
expect(replay._isEnabled).toBe(false);
36+
expect(replay.recordingMode).toBe('session');
3537

3638
// Cannot wait on getFirstSentryEnvelopeRequest, as that never resolves
3739
});

0 commit comments

Comments
 (0)