Skip to content
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

Query Block test inserting interactive and non-interactive blocks #61370

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

colinduwe
Copy link
Contributor

What?

Adds two tests for the query block inserting interactive and non-interactive blocks inside a query block set to interactive mode.

Why?

With the release of the interactivity api users can add non-core blocks to the query block in interactive mode. These test will ensure we always check that the inserted block is compatible with interactive mode. This is a follow up to #60006

How?

Adds two tests, inserting a interactive and a non-interactive block (core/shortcode)

Testing Instructions

npm run test:e2e -- test/e2e/specs/editor/blocks/query.spec
All tests should pass.

Copy link

github-actions bot commented May 3, 2024

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 props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: colinduwe <colind@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@colinduwe
Copy link
Contributor Author

@cbravobernal Here's my first attempt at a playwright test following up on #60006. I'd be grateful for your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant