-
Notifications
You must be signed in to change notification settings - Fork 2k
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
E2E: Check Jetpack blocks on Gutenberg #38767
Conversation
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
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.
Thanks @mmtr, I verified that the new steps here run well locally. Let's wait to see if other folks have feedback on the refactor before merging though
52fbf2d
to
b0ef6f9
Compare
In #38767 we added the Gutenberg basic publish posts to the IE11 canary test suite in order to prevent more IE11 regressions from happening. However, we had to remove it in #38507 after activating Gutenberg 7.2.0 since the test was failing for some reason. This PR adds that test back and properly fixes the test by adding some missing awaits (props @Stojdza)
Changes proposed in this Pull Request