Scripts: Update sass
and sass-loader
packages
#115267
Annotations
4 errors and 1 notice
test/e2e/specs/editor/various/pattern-overrides.spec.js#L796
1) [chromium] › editor/various/pattern-overrides.spec.js:746:2 › Pattern Overrides › overridden images should not have unsupported attributes set
Error: expect(received).toBe(expected) // Object.is equality
Expected: undefined
Received: "http://localhost:8889/?attachment_id=192"
794 | // Link is an unsupported attribute, so should be undefined, even though
795 | // the image block tries to set its attribute.
> 796 | expect( patternInnerBlocks[ 0 ].attributes.link ).toBe( undefined );
| ^
797 | } );
798 |
799 | test( 'image block classname and data-id attributes contain the correct media ids when used in a gallery', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:796:53
|
test/e2e/specs/editor/various/pattern-overrides.spec.js#L796
1) [chromium] › editor/various/pattern-overrides.spec.js:746:2 › Pattern Overrides › overridden images should not have unsupported attributes set
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: undefined
Received: "http://localhost:8889/?attachment_id=195"
794 | // Link is an unsupported attribute, so should be undefined, even though
795 | // the image block tries to set its attribute.
> 796 | expect( patternInnerBlocks[ 0 ].attributes.link ).toBe( undefined );
| ^
797 | } );
798 |
799 | test( 'image block classname and data-id attributes contain the correct media ids when used in a gallery', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:796:53
|
test/e2e/specs/editor/various/pattern-overrides.spec.js#L796
1) [chromium] › editor/various/pattern-overrides.spec.js:746:2 › Pattern Overrides › overridden images should not have unsupported attributes set
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: undefined
Received: "http://localhost:8889/?attachment_id=198"
794 | // Link is an unsupported attribute, so should be undefined, even though
795 | // the image block tries to set its attribute.
> 796 | expect( patternInnerBlocks[ 0 ].attributes.link ).toBe( undefined );
| ^
797 | } );
798 |
799 | test( 'image block classname and data-id attributes contain the correct media ids when used in a gallery', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:796:53
|
|
|
This job failed
Loading