-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox e2e tests flakey #472
Comments
Raised a bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1894695 |
So #476 resolved a lot of the cases for now but this one is still susceptible to failing intermittently due to the Firefox slowness in GitHub Actions: web-vitals/test/e2e/onLCP-test.js Lines 715 to 718 in fd8b0c3
A rerun often fixes it but might take a few attempts. If it gets really annoying we can consider skipping this last line out for Firefox too. |
Either way leaving this open to remind us to remove those workarounds once the real fix is released. |
Workarounds were removed in #507 so this can be closed |
Looks in Firefox Nightly FCP is often quite slow in our e2e tests.
For example this run has this when I turn on debugging:
[0-1] reports the correct value after the first paint {
[0-1] name: 'FCP',
[0-1] value: 72,
[0-1] rating: 'good',
[0-1] delta: 72,
[0-1] entries: [
[0-1] {
[0-1] name: 'first-contentful-paint',
[0-1] entryType: 'paint',
[0-1] startTime: 72,
[0-1] duration: 0
[0-1] }
[0-1] ],
[0-1] id: 'v4-1714651859617-3386553824299',
[0-1] navigationType: 'navigate'
[0-1] }
The text was updated successfully, but these errors were encountered: