-
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
Page - Quick Edit: add E2E tests #68151
base: trunk
Are you sure you want to change the base?
Conversation
Size Change: 0 B Total Size: 1.84 MB ℹ️ View Unchanged
|
Flaky tests detected in f00aa86. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12437480511
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
ae8fc97
to
cc3c2ea
Compare
cc3c2ea
to
f00aa86
Compare
What?
This pull request includes significant enhancements to the end-to-end tests for the site editor's page list functionality. The changes introduce new external dependencies, refactor existing test setup, and add comprehensive tests for the quick edit mode.
This PR adds E2E tests to cover the Quick Edit mode in the site editor's page list functionality.
These tests cover all the current implemented fields.
There are two tests that are blocked by #68173 and #67584. Once that this PR is merged, I will create a dedicated issue to ensure that we don't forget to implement them.