-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 the RTL test snapshots #26350
Fix the RTL test snapshots #26350
Conversation
I'm not sure why this happened. I suspect there's some context in https://github.com/WordPress/gutenberg/pull/22213/files#r443408438. How can I best help here? Best I can tell, this PR is fine, and I'm happy to approve. |
Size Change: 0 B Total Size: 1.2 MB ℹ️ View Unchanged
|
yeah, it's very weird that "padding" impacts RTL keyboard navigation, I don't expect that because we're using "left/right" arrows and not "top/down". Maybe @ellatrix has ideas here. |
Sorry, forgot about this one. I'll look into it. |
When I run this locally, I get the snapshots that you want to merge here. How do I reproduce failing tests when checking out this PR? |
@ellatrix I don't know, I think for me it's inconsistent, so maybe CPU throttling? |
What theme is used on Travis? |
@ellatrix 2021 |
Fixed in #26508 |
For some reason, this PR introduced new snapshots for the RTL tests #22213
The problem is, these snapshots are wrong. that's not what we expect there.
I expect this PR is going to break the RTL tests but we should try to find why the result doesn't match the snapshot and not just use broken snapshots.