Group GitHub Action Dependabot updates. #92506
Annotations
1 error and 1 notice
Run the tests:
test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L168
1) [webkit] › editor/various/autocomplete-and-mentions.spec.js:135:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert mention between two other words
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 5
<!-- wp:paragraph -->
- <p>Stuck in the middle with @testuser you.</p>
+ <p>Stuck in the middle with @j</p>
+ <!-- /wp:paragraph -->
+
+ <!-- wp:paragraph -->
+ <p> you.</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
166 | await expect
167 | .poll( editor.getEditedPostContent )
> 168 | .toBe( testData.snapshot );
| ^
169 | } );
170 |
171 | test( `${ completer }: should insert two subsequent ${ type }s`, async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:168:6
|
|
The logs for this run have expired and are no longer available.
Loading