Skip to content

Tests: Forms: Bulk & Quick Edit: Refactor Tests#1055

Open
n7studios wants to merge 8 commits intotests-forms-refactor-block-editor-testsfrom
tests-forms-bulk-quick-edit-refactor
Open

Tests: Forms: Bulk & Quick Edit: Refactor Tests#1055
n7studios wants to merge 8 commits intotests-forms-refactor-block-editor-testsfrom
tests-forms-bulk-quick-edit-refactor

Conversation

@n7studios
Copy link
Copy Markdown
Contributor

Summary

Refactors the Form setting tests when using the Bulk & Quick Edit functionality, iterating through post types (Page, Post, CPT), rather than having 3 repetitive test classes, in the same way the Classic Editor tests run in #1053 and Block Editor tests run in #1054.

Testing

CPTBulkQuickEditFormCest, PageBulkQuickEditFormCest and PostBulkQuickEditFormCest tests removed, as all Post Types are now covered by BulkQuickEditFormCest.

Checklist

@n7studios n7studios self-assigned this Mar 26, 2026
@n7studios n7studios added this to the 3.3.0 milestone Mar 30, 2026
@github-actions
Copy link
Copy Markdown

WordPress Playground

🚀 Your PR has been built and is ready for testing in WordPress Playground!

Click here to test your changes in WordPress Playground

@n7studios n7studios requested review from a team, ciccio-kit and noelherrick and removed request for a team March 30, 2026 08:25
@n7studios n7studios marked this pull request as ready for review March 30, 2026 08:25
@Kit Kit deleted a comment from github-actions bot Mar 30, 2026
private $postTypes = [
'page',
'post',
'article',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is article a custom type for the Kit plugin? I couldn't find anything about it on the WP documentation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants