Kai Hao
Kai Hao
## Description I did search but couldn't find other issues specific about this, so decided to open one. Feel free to link other related issues or close this one. (I...
### Describe the feature you'd like: The original motivation of this proposal is coming from the performance perspective. `*ByRole` queries are quite slow, compared to the others, and especially in...
**Context:** - Playwright Version: 1.25.1 - Operating System: Mac - Node.js version: 16.14.0 - Browser: Chromium **Code Snippet** Click to expand the code snippet ```javascript const { chromium, expect }...
Originally posted in https://github.com/microsoft/playwright/pull/12999#issuecomment-1092536668. > Now that we have all these accessible attributes helpers, is it worth making them available under locator and assertions as well? > > For instance,...
## What? Allow dropping files/blocks/HTML on an empty paragraph block. ## Why? Fix https://github.com/WordPress/gutenberg/issues/29145. ## How? I also created the `dragFiles` util to help test DnD in Playwright e2e tests....
## What? Part of https://github.com/WordPress/gutenberg/issues/30142. Add CSS validation message to custom CSS input. Currently only an error message `Error while parsing the CSS.` will be shown, there's no debug info....
## What kind of change does this PR introduce? I would say it's both a bug fix and a feature? Not sure. ## What is the current behavior? Currently, copying...
## What? Close https://github.com/WordPress/gutenberg/issues/61515 and https://github.com/WordPress/gutenberg/issues/61547. Adjust the icons and the text descriptions of the binding connected blocks (pattern overrides, connected post meta, etc.) ## Why? The generic connection icon...
## What? Continued from #61127. Fix some issues before and after merging that PR. 1. Fix the "Modify" button not showing in the menu if the block is not selected....
## What? The first draft of implementing a freeform image cropper component aiming to solve https://github.com/WordPress/gutenberg/issues/22582. > [!NOTE] > This PR is a WIP. > There are tons of TODOs,...