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
The above shows that the fonts are loaded separately from the rendered dom in playwright. The fix would be to add some sort of time delay to the snapshot.
Header values shift slightly.
This is likely due to https://github.com//issues/6819
Summary
As we're nearing another release, we need to document some of the known issues with Percy so that folks know what to ignore.
I believe the answer lies in the percy debug statements
[percy:core:discovery] Handling request: http://localhost:8080/ (2ms) [percy:core:discovery] - Serving root resource (0ms) [percy:core:discovery] Handling request: http://localhost:8080/dist/espressoTheme.css (15ms) [percy:core:discovery] - Resource cache hit (0ms) [percy:core:page] Page navigated (65ms) [percy:core:discovery] Wait for 100ms idle (0ms) [percy:core:discovery] Handling request: http://localhost:8080/dist/images/logo-openmct.svg (38ms) [percy:core:discovery] - Resource cache hit (0ms) [percy:core:discovery] Handling request: http://localhost:8080/dist/fonts/Open-MCT-Symbols-16px.woff (1ms) [percy:core:discovery] - Resource cache hit (0ms)
The above shows that the fonts are loaded separately from the rendered dom in playwright. The fix would be to add some sort of time delay to the snapshot.
The text was updated successfully, but these errors were encountered: