Update and restructure the Editor Hooks doc. #104188
Annotations
1 error and 1 notice
Run the tests:
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L44
1) [chromium] › editor/various/autocomplete-and-mentions.spec.js:291:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should cancel mention selection via `Escape` keypress event
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Dismiss this notice' }).filter({ hasText: 'published' }) to be visible
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:44
42 | .getByRole( 'button', { name: 'Dismiss this notice' } )
43 | .filter( { hasText: 'published' } )
> 44 | .waitFor();
| ^
45 | const postId = new URL( this.page.url() ).searchParams.get( 'post' );
46 |
47 | return typeof postId === 'string' ? parseInt( postId, 10 ) : null;
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:44:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:75:3
|
|
The logs for this run have expired and are no longer available.
Loading