Skip to content

Commit aa2e45f

Browse files
committed
add comment
1 parent 1761b0d commit aa2e45f

File tree

1 file changed

+1
-0
lines changed
  • dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-lcp

1 file changed

+1
-0
lines changed

dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-lcp/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ sentryTest('should capture a LCP vital with element details.', async ({ browserN
2222
page.waitForResponse(imageSrc),
2323
]);
2424

25+
// Clicking the button before image loads will result in the button being the LCP
2526
await page.locator('button').click();
2627

2728
expect(eventData.measurements).toBeDefined();

0 commit comments

Comments
 (0)