You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* convert e2e test for list block to playwright.
* add snapshots
* add snapshots
* fix strict mode error
* fix transformBlockTo
* remove last line form snapshot
* use locator
* replace snapshot to toBe
* remove all snapshot
* replage $eval
* use role selector.
* use locator
* remove list.test.js form e2e-tests
* use page.click
* bind this for Editor methods
* use expect.poll
* Use wordpress api in transformBlockTo.
* use getEditedPostContent instead of innerHTML
* use nth selector
* Wait with selector instead of requestIdleCallback.
* add bind(this)
* add bind(this) for Admin methods
* replace waitForSelector to locator
* use clickBlockToolbarButton
* replace NBSP to unicode escape sequence
* fix cast rest and batchRest
* fix type error
0 commit comments