Skip to content

Commit f664a5f

Browse files
fix ee2e tests
1 parent a32c4e8 commit f664a5f

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/browser-integration-tests/suites/public-api/setExtras/consecutive_calls

1 file changed

+1
-1
lines changed

dev-packages/browser-integration-tests/suites/public-api/setExtras/consecutive_calls/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ sentryTest('should set extras from multiple consecutive calls', async ({ getLoca
1010
const eventData = await getFirstSentryEnvelopeRequest<Event>(page, url);
1111

1212
expect(eventData.message).toBe('consecutive_calls');
13-
expect(eventData.extra).toMatchObject({ extra: [], Infinity: 2, null: null, obj: { foo: ['bar', 'baz', 1] } });
13+
expect(eventData.extra).toMatchObject({ extra: [], Infinity: 2, null: '[Infinity]', obj: { foo: ['bar', 'baz', 1] } });
1414
});

0 commit comments

Comments
 (0)