File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
packages/browser-integration-tests/suites/replay/bufferMode Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,7 @@ import type { ReplayContainer } from '@sentry/replay/build/npm/types/types';
4
4
5
5
import { sentryTest } from '../../../utils/fixtures' ;
6
6
import { envelopeRequestParser , waitForErrorRequest } from '../../../utils/helpers' ;
7
- import {
8
- expectedClickBreadcrumb ,
9
- expectedConsoleBreadcrumb ,
10
- getExpectedReplayEvent ,
11
- } from '../../../utils/replayEventTemplates' ;
7
+ import { expectedClickBreadcrumb , getExpectedReplayEvent } from '../../../utils/replayEventTemplates' ;
12
8
import {
13
9
getReplayEvent ,
14
10
getReplayRecordingContent ,
@@ -174,10 +170,6 @@ sentryTest(
174
170
) ;
175
171
176
172
expect ( content2 . fullSnapshots ) . toHaveLength ( 0 ) ;
177
- expect ( content2 . breadcrumbs ) . toEqual (
178
- expect . arrayContaining ( [
179
- expectedClickBreadcrumb ,
180
- ] ) ,
181
- ) ;
173
+ expect ( content2 . breadcrumbs ) . toEqual ( expect . arrayContaining ( [ expectedClickBreadcrumb ] ) ) ;
182
174
} ,
183
175
) ;
You can’t perform that action at this time.
0 commit comments