.wp-env.json schema: Add testsPort
field
#122629
Annotations
1 error, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L213
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: @BI</p>
+ <!-- /wp:paragraph -->
+
+ <!-- wp:paragraph -->
+ <p> @RingBearer.</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
211 | await page.keyboard.press( 'Enter' );
212 | await page.keyboard.type( '.' );
> 213 | await expect
| ^
214 | .poll( editor.getEditedPostContent )
215 | .toBe( testData.snapshot );
216 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:213:4
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Loading