chore: Temporarily skip failing test#22447
Conversation
|
Size Change: 0 B Total Size: 1.11 MB ℹ️ View Unchanged
|
|
Possibly a selector changed in the edit-site header? |
|
I'll look at it locally :) |
|
Thank you a lot for debugging this issue @noahtalle :) |
|
The selector appears to be adding a block in the wrong area. Should be easy to fix, PR up soon! |
|
Specifically, I think the issue comes from this line in the PR you mentioned, which makes the inserter insert the block at the selection end. https://github.com/WordPress/gutenberg/pull/22140/files#diff-c6139f159c9b2b79af303587407aea51R170 When I wrote the test, I was relying on it inserting the block at the end of the document outside of the template part I had been previously editing. :) Here's what it looks like with that change: Previously, the block was inserted outside of the template part, but now it is inside the template part. |
|
#22448 will fix it |

Description
This PR temporarily skips a failing end to end test.
It seems it may have started to fail here #22140. But that PR does not seems related to the test that is failing.
cc: @noahtallen as the original test author in case you have some insights on why the test is now failing.