Notice: Add appropriate size props to Buttons #118208
Annotations
1 error and 1 notice
Run the tests:
test/e2e/specs/editor/various/rich-text.spec.js#L119
1) [webkit] › editor/various/rich-text.spec.js:98:2 › RichText (@Firefox, @WebKit) › should not highlight more than one format
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
117 | ).length
118 | );
> 119 | expect( count ).toBe( 1 );
| ^
120 | } );
121 |
122 | test( 'should return focus when pressing formatting button (-firefox)', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:119:19
|
|
Loading