You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): Make CLS web vital test less flaky (#4490)
Despite the fact that we're using a `toBeCloseTo()` check rather than a `toEqual()` check on the integration test for recording a "poor" CLS web vital, that test seems to have a habit of failing in CI, by ending up being not quite close enough to the desired value.
This fixes that by widening the window of tolerance just slightly, hopefully enough to prevent the flakiness.
0 commit comments