-
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
Gutenberg: Add E2E test to smoke test block invalidation error on default templates #38383
Comments
For folks who've never added E2E tests before see also PCYsg-o8X-p2 |
We landed #38397 butI think a canary would still be worthwhile. |
We have now a bunch of homepage layouts: Not sure which one we should pick for the e2e test, but maybe the current theme template could be a good candidate in order to have the e2e more maintainable and less prone to failures when changing the SPT flow. |
Actually, disregard my previous comment. After reading twice the issue summary, I realized that we want to check the default homepage created after creating a new site. There is no template selector on that flow, so I guess that the test could verify the homepage can be loaded in the block editor without any block validation error. |
Added an extra step in #38507 to the basic sign up e2e canary test that verifies there are no errors when editing the homepage. |
Let's add some tests around FSE page templates loading correctly after a new site is created.
I'd recommend one canary for the homepage, and other full suites on the remaining templates.
The text was updated successfully, but these errors were encountered: