RadioGroup: Fix arrow key navigation in RTL (#66202) #117076
Annotations
1 error and 1 notice
Run the tests:
packages/e2e-test-utils-playwright/src/editor/set-preferences.ts#L23
1) [chromium] › editor/various/splitting-merging.spec.js:151:2 › splitting and merging blocks (@Firefox, @WebKit) › should not merge paragraphs if the selection is not collapsed
TimeoutError: page.waitForFunction: Timeout 10000ms exceeded.
at ../../../packages/e2e-test-utils-playwright/src/editor/set-preferences.ts:23
21 | preferences: Record< string, any >
22 | ) {
> 23 | await this.page.waitForFunction( () => window?.wp?.data );
| ^
24 |
25 | await this.page.evaluate(
26 | async ( props ) => {
at Editor.setPreferences (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/set-preferences.ts:23:18)
at Admin.createNewPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/create-new-post.ts:43:20)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/splitting-merging.spec.js:8:3
|
|
Loading