We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f4543 commit 6efbedfCopy full SHA for 6efbedf
dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals/test.ts
@@ -83,7 +83,6 @@ sentryTest(
83
// The delta should be less than 1ms if this flakes, we should increase the threshold
84
expect(delta).toBeLessThanOrEqual(1);
85
86
- expect(activationStart).toBeDefined();
87
expect(activationStart).toBeGreaterThanOrEqual(0);
88
},
89
);
0 commit comments