Improve success messages of some post actions. #103699
Annotations
1 error and 1 notice
Run the tests:
test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L325
1) [webkit] › editor/various/autocomplete-and-mentions.spec.js:291:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should cancel mention selection via `Escape` keypress event
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
<!-- wp:paragraph -->
- <p>My name is @j ...a secret.</p>
+ <p>...a secret.My name is @j</p>
<!-- /wp:paragraph -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
323 | await expect
324 | .poll( editor.getEditedPostContent )
> 325 | .toBe( testData.snapshot );
| ^
326 | } );
327 |
328 | // This test does not apply to user mentions, because they don't get disabled.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:325:6
|
|
Loading