-
Notifications
You must be signed in to change notification settings - Fork 219
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
Fix CI Playwright storybook failure #2379
Conversation
Size Change: 0 B Total Size: 845 kB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appreciate the detailed comment, lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Would this fix apply to other tests as well, by chance?
@obulat and @sarayourfriend #2357 was indeed caused and fixed by reverting, the playwright fixture. |
Fixes
Fixes CI failure on main.
Description
The snapshots on main do not match because we expect to see non-hovered version of the internal header modal close button, and we see the hovered one instead (with the opacity overlay).
This PR moves the mouse to (0,0) before taking the snapshot to prevent the hover and fix the mismatch.
Testing Instructions
The CI should pass.
Checklist
Update index.md
).main
) or a parent feature branch.Developer Certificate of Origin
Developer Certificate of Origin