Zoom out: e2e for vertical toolbar appearance #116841
Annotations
4 errors and 1 notice
test/e2e/specs/site-editor/zoom-out.spec.js#L72
1) [chromium] › site-editor/zoom-out.spec.js:48:2 › Zoom Out › When in zoom out, a vertical toolbar appears for sections
Error: expect(received).toEqual(expected) // deep equality
Expected: 60
Received: 61
70 |
71 | //Check that the toolbar is vertically aligned to the pattern and to the left
> 72 | expect( Math.round( toolbarRect.y ) ).toEqual(
| ^
73 | Math.round( firstPatternRect.y )
74 | );
75 | expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/zoom-out.spec.js:72:41
|
test/e2e/specs/site-editor/zoom-out.spec.js#L72
1) [chromium] › site-editor/zoom-out.spec.js:48:2 › Zoom Out › When in zoom out, a vertical toolbar appears for sections
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 60
Received: 61
70 |
71 | //Check that the toolbar is vertically aligned to the pattern and to the left
> 72 | expect( Math.round( toolbarRect.y ) ).toEqual(
| ^
73 | Math.round( firstPatternRect.y )
74 | );
75 | expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/zoom-out.spec.js:72:41
|
test/e2e/specs/site-editor/zoom-out.spec.js#L72
1) [chromium] › site-editor/zoom-out.spec.js:48:2 › Zoom Out › When in zoom out, a vertical toolbar appears for sections
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 60
Received: 61
70 |
71 | //Check that the toolbar is vertically aligned to the pattern and to the left
> 72 | expect( Math.round( toolbarRect.y ) ).toEqual(
| ^
73 | Math.round( firstPatternRect.y )
74 | );
75 | expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/zoom-out.spec.js:72:41
|
|
|
This job failed
Loading