Skip to content

Commit b3aa714

Browse files
committed
Test suite updates
1 parent d5fb323 commit b3aa714

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

samples/react-native/e2e/captureErrorsScreenTransaction.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ describe('Capture Errors Screen Transaction', () => {
4242
type: 'transaction',
4343
}),
4444
expect.objectContaining({
45-
breadcrumbs: expect.anything(),
4645
platform: 'javascript',
4746
transaction: 'ErrorsScreen',
4847
contexts: expect.objectContaining({
@@ -76,7 +75,6 @@ describe('Capture Errors Screen Transaction', () => {
7675

7776
expect(item?.[1]).toEqual(
7877
expect.objectContaining({
79-
breadcrumbs: expect.anything(),
8078
measurements: expect.objectContaining({
8179
time_to_initial_display: {
8280
unit: 'millisecond',

0 commit comments

Comments
 (0)