e2e: Re-enable skipped E2E tests related to the settings REST API #70551
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What?
Closes #70461
Re-enables three E2E tests that were temporarily disabled due to WordPress Core REST API issues with the settings endpoint.
Why?
Three E2E tests were temporarily disabled in #70460 due to a regression in WordPress Core's REST API settings endpoint validation. WordPress Core has now resolved both the original validation issue and the regression (WordPress Core Trac #41604), making it safe to re-enable these E2E tests.
How?
Removed
test.skip()
calls from three E2E tests that were temporarily disabledTesting Instructions
npm run test:e2e -- test/e2e/specs/editor/blocks/site-title.spec.js
npm run test:e2e -- test/e2e/specs/editor/various/multi-entity-saving.spec.js