Skip to content

Commit 83162b6

Browse files
committed
remove only
1 parent c0d4cfa commit 83162b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/replay-internal/test/integration/errorSampleRate.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ describe('Integration | errorSampleRate', () => {
734734
expect(replay.getSessionId()).not.toBe(sessionId);
735735
});
736736

737-
it.only('refreshes replay when session exceeds max length after latest captured error', async () => {
737+
it('refreshes replay when session exceeds max length after latest captured error', async () => {
738738
const sessionId = replay.session?.id;
739739
vi.setSystemTime(BASE_TIMESTAMP);
740740

@@ -827,6 +827,7 @@ describe('Integration | errorSampleRate', () => {
827827
// Now capture an error
828828
captureException(new Error('testing'));
829829
await vi.advanceTimersToNextTimerAsync();
830+
await vi.advanceTimersToNextTimerAsync();
830831

831832
expect(replay).toHaveLastSentReplay({
832833
recordingData: JSON.stringify([

0 commit comments

Comments
 (0)