Update Nav block permissions variable naming accuracy #99571
Annotations
1 error, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L215
1) [webkit] › editor/various/autocomplete-and-mentions.spec.js:171:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert two subsequent mentions
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 5
<!-- wp:paragraph -->
- <p>The two greatest hobbits, in order: @thebetterhobbit @RingBearer.</p>
+ <p>The two greatest hobbits, in order: @thebetterhobbit @fr</p>
+ <!-- /wp:paragraph -->
+
+ <!-- wp:paragraph -->
+ <p>.</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
213 | await expect
214 | .poll( editor.getEditedPostContent )
> 215 | .toBe( testData.snapshot );
| ^
216 | } );
217 |
218 | test( `${ completer }: should allow ${ type } selection via click event`, async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:215:6
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
Loading