Set custom color when applying initial background image #84257
Annotations
1 error and 1 notice
test/e2e/specs/editor/blocks/cover.spec.js#L99
1) [chromium] › editor/blocks/cover.spec.js:79:2 › Cover › dims background image down by 50% by default
Error: expect(received).toBe(expected) // Object.is equality
Expected: "rgb(255, 255, 255)"
Received: "rgb(179, 179, 179)"
97 | coverBlock.locator( 'span[aria-hidden="true"]' )
98 | );
> 99 | expect( backgroundDimColor ).toBe( 'rgb(255, 255, 255)' );
| ^
100 | expect( backgroundDimOpacity ).toBe( '0.5' );
101 | } );
102 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/cover.spec.js:99:32
|
|
The logs for this run have expired and are no longer available.
Loading