One hook to rule them all: preparation for a block supports API #90225
Annotations
4 errors and 1 notice
Run the tests:
test/e2e/specs/editor/various/navigable-toolbar.spec.js#L289
1) [chromium] › editor/various/navigable-toolbar.spec.js:133:2 › Block Toolbar › Block toolbar will scroll to reveal hidden buttons with fixed toolbar
Error: expect(received).toEqual(expected) // deep equality
Expected: 211
Received: 271
287 |
288 | // The x position of the button should now be 60px lower.
> 289 | expect( currentBox.x ).toEqual( initialBox.x - 60 );
| ^
290 |
291 | // Scroll the block toolbar back to the left to hide the block tools again
292 | await this.page.mouse.wheel( -60, 0 );
at BlockToolbarUtils.testScrollable (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:289:26)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:160:3
|
Run the tests:
test/e2e/specs/editor/various/navigable-toolbar.spec.js#L289
1) [chromium] › editor/various/navigable-toolbar.spec.js:133:2 › Block Toolbar › Block toolbar will scroll to reveal hidden buttons with fixed toolbar
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 211
Received: 271
287 |
288 | // The x position of the button should now be 60px lower.
> 289 | expect( currentBox.x ).toEqual( initialBox.x - 60 );
| ^
290 |
291 | // Scroll the block toolbar back to the left to hide the block tools again
292 | await this.page.mouse.wheel( -60, 0 );
at BlockToolbarUtils.testScrollable (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:289:26)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:160:3
|
Run the tests:
test/e2e/specs/editor/various/navigable-toolbar.spec.js#L289
1) [chromium] › editor/various/navigable-toolbar.spec.js:133:2 › Block Toolbar › Block toolbar will scroll to reveal hidden buttons with fixed toolbar
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 211
Received: 271
287 |
288 | // The x position of the button should now be 60px lower.
> 289 | expect( currentBox.x ).toEqual( initialBox.x - 60 );
| ^
290 |
291 | // Scroll the block toolbar back to the left to hide the block tools again
292 | await this.page.mouse.wheel( -60, 0 );
at BlockToolbarUtils.testScrollable (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:289:26)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:160:3
|
Run the tests
Process completed with exit code 1.
|
Run the tests
1 failed
[chromium] › editor/various/navigable-toolbar.spec.js:133:2 › Block Toolbar › Block toolbar will scroll to reveal hidden buttons with fixed toolbar
132 passed (7.1m)
|
The logs for this run have expired and are no longer available.
Loading