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';
44
55import { sentryTest } from '../../../utils/fixtures' ;
66import { envelopeRequestParser , waitForErrorRequest } from '../../../utils/helpers' ;
7- import {
8- expectedClickBreadcrumb ,
9- expectedConsoleBreadcrumb ,
10- getExpectedReplayEvent ,
11- } from '../../../utils/replayEventTemplates' ;
7+ import { expectedClickBreadcrumb , getExpectedReplayEvent } from '../../../utils/replayEventTemplates' ;
128import {
139 getReplayEvent ,
1410 getReplayRecordingContent ,
@@ -174,10 +170,6 @@ sentryTest(
174170 ) ;
175171
176172 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 ] ) ) ;
182174 } ,
183175) ;
You can’t perform that action at this time.
0 commit comments