Skip to content

Commit e661b2a

Browse files
committed
update tests
1 parent e02c27f commit e661b2a

File tree

2 files changed

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

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ sentryTest('should capture replays (@sentry/browser export)', async ({ getLocalT
5656
version: SDK_VERSION,
5757
name: 'sentry.javascript.browser',
5858
},
59+
<<<<<<< HEAD
60+
=======
61+
sdkProcessingMetadata: expect.any(Object),
62+
>>>>>>> 929289c22 (update tests)
5963
request: {
6064
url: expect.stringContaining('/dist/index.html'),
6165
headers: {

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ sentryTest('should capture replays (@sentry/replay export)', async ({ getLocalTe
5656
version: SDK_VERSION,
5757
name: 'sentry.javascript.browser',
5858
},
59+
<<<<<<< HEAD
60+
=======
61+
sdkProcessingMetadata: expect.any(Object),
62+
>>>>>>> 929289c22 (update tests)
5963
request: {
6064
url: expect.stringContaining('/dist/index.html'),
6165
headers: {

0 commit comments

Comments
 (0)