Skip to content

Commit ea95f26

Browse files
committed
Accept any lcp.size in test.
1 parent 14a8e0a commit ea95f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/react-create-memory-router/tests/transactions.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test('Captures a pageload transaction', async ({ page }) => {
1515
effectiveConnectionType: expect.any(String),
1616
hardwareConcurrency: expect.any(String),
1717
'lcp.element': 'body > div#root > div',
18-
'lcp.size': 8084,
18+
'lcp.size': expect.any(Number),
1919
'sentry.idle_span_finish_reason': 'idleTimeout',
2020
'sentry.op': 'pageload',
2121
'sentry.origin': 'auto.pageload.react.reactrouter_v6',

0 commit comments

Comments
 (0)