Skip to content

Scripts: Update lighthouse dependency #115260

Scripts: Update lighthouse dependency

Scripts: Update lighthouse dependency #115260

Triggered via pull request September 24, 2024 03:04
Status Failure
Total duration 18m 0s
Artifacts 1

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Merge Artifacts
3s
Merge Artifacts
Report to GitHub
0s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 8 notices
[chromium] › editor/various/pattern-overrides.spec.js:746:2 › Pattern Overrides › overridden images should not have unsupported attributes set: 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=194" 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
[chromium] › editor/various/pattern-overrides.spec.js:746:2 › Pattern Overrides › overridden images should not have unsupported attributes set: 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=197" 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
[chromium] › editor/various/pattern-overrides.spec.js:746:2 › Pattern Overrides › overridden images should not have unsupported attributes set: 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=200" 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
Playwright - 4
Process completed with exit code 1.
[chromium] › editor/various/block-bindings.spec.js:2224:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the url custom field from the button: test/e2e/specs/editor/various/block-bindings.spec.js#L2261
1) [chromium] › editor/various/block-bindings.spec.js:2224:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the url custom field from the button TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Edit link', exact: true }) 2259 | await page 2260 | .getByRole( 'button', { name: 'Edit link', exact: true } ) > 2261 | .click(); | ^ 2262 | await page 2263 | .getByPlaceholder( 'Search or type URL' ) 2264 | .fill( '#url-custom-field-modified' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2261:7
[chromium] › editor/various/block-bindings.spec.js:2224:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the url custom field from the button: test/e2e/specs/editor/various/block-bindings.spec.js#L2261
1) [chromium] › editor/various/block-bindings.spec.js:2224:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the url custom field from the button Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Edit link', exact: true }) 2259 | await page 2260 | .getByRole( 'button', { name: 'Edit link', exact: true } ) > 2261 | .click(); | ^ 2262 | await page 2263 | .getByPlaceholder( 'Search or type URL' ) 2264 | .fill( '#url-custom-field-modified' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2261:7
[chromium] › editor/various/block-bindings.spec.js:2224:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the url custom field from the button: test/e2e/specs/editor/various/block-bindings.spec.js#L2261
1) [chromium] › editor/various/block-bindings.spec.js:2224:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the url custom field from the button Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Edit link', exact: true }) 2259 | await page 2260 | .getByRole( 'button', { name: 'Edit link', exact: true } ) > 2261 | .click(); | ^ 2262 | await page 2263 | .getByPlaceholder( 'Search or type URL' ) 2264 | .fill( '#url-custom-field-modified' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2261:7
[chromium] › editor/various/block-bindings.spec.js:2279:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the url custom field from the image: test/e2e/specs/editor/various/block-bindings.spec.js#L2317
2) [chromium] › editor/various/block-bindings.spec.js:2279:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the url custom field from the image TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Replace' }) 2315 | name: 'Replace', 2316 | } ) > 2317 | .click(); | ^ 2318 | await page 2319 | .getByRole( 'button', { name: 'Edit link', exact: true } ) 2320 | .click(); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2317:7
[chromium] › editor/various/block-bindings.spec.js:2279:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the url custom field from the image: test/e2e/specs/editor/various/block-bindings.spec.js#L2317
2) [chromium] › editor/various/block-bindings.spec.js:2279:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the url custom field from the image Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Replace' }) 2315 | name: 'Replace', 2316 | } ) > 2317 | .click(); | ^ 2318 | await page 2319 | .getByRole( 'button', { name: 'Edit link', exact: true } ) 2320 | .click(); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2317:7
[chromium] › editor/various/block-bindings.spec.js:2279:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the url custom field from the image: test/e2e/specs/editor/various/block-bindings.spec.js#L2317
2) [chromium] › editor/various/block-bindings.spec.js:2279:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the url custom field from the image Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Replace' }) 2315 | name: 'Replace', 2316 | } ) > 2317 | .click(); | ^ 2318 | await page 2319 | .getByRole( 'button', { name: 'Edit link', exact: true } ) 2320 | .click(); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2317:7
[chromium] › editor/various/block-bindings.spec.js:2339:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the text custom field from the image alt: test/e2e/specs/editor/various/block-bindings.spec.js#L2370
3) [chromium] › editor/various/block-bindings.spec.js:2339:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the text custom field from the image alt Error: Timed out 5000ms waiting for expect(locator).not.toHaveAttribute() Locator: getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text') Expected: not have attribute Received: have attribute Call log: - expect.not.toHaveAttribute with timeout 5000ms - waiting for getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text') - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input a-d--bb-cbd-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input a-d--bb-cbd-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input a-d--bb-cbd-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input a-d--bb-cbd-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input a-d--bb-cbd-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input a-d--bb-cbd-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input a-d--bb-cbd-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input a-d--bb-cbd-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input a-d--bb-cbd-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" 2368 | .getByRole( 'tabpanel', { name: 'Settings' } ) 2369 | .getByLabel( 'Alternative text' ); > 2370 | await expect( altInputArea ).not.toHaveAttribute( 'readonly' ); | ^ 2371 | await altInputArea.fill( 'new value' ); 2372 | 2373 | // Check that the image alt attribute didn't change. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2370:38
[chromium] › editor/various/block-bindings.spec.js:2339:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the text custom field from the image alt: test/e2e/specs/editor/various/block-bindings.spec.js#L2370
3) [chromium] › editor/various/block-bindings.spec.js:2339:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the text custom field from the image alt Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).not.toHaveAttribute() Locator: getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text') Expected: not have attribute Received: have attribute Call log: - expect.not.toHaveAttribute with timeout 5000ms - waiting for getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text') - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input fa-f--a-bbaf-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input fa-f--a-bbaf-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input fa-f--a-bbaf-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input fa-f--a-bbaf-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input fa-f--a-bbaf-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input fa-f--a-bbaf-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input fa-f--a-bbaf-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input fa-f--a-bbaf-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input fa-f--a-bbaf-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" 2368 | .getByRole( 'tabpanel', { name: 'Settings' } ) 2369 | .getByLabel( 'Alternative text' ); > 2370 | await expect( altInputArea ).not.toHaveAttribute( 'readonly' ); | ^ 2371 | await altInputArea.fill( 'new value' ); 2372 | 2373 | // Check that the image alt attribute didn't change. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2370:38
[chromium] › editor/various/block-bindings.spec.js:2339:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the text custom field from the image alt: test/e2e/specs/editor/various/block-bindings.spec.js#L2370
3) [chromium] › editor/various/block-bindings.spec.js:2339:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the text custom field from the image alt Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).not.toHaveAttribute() Locator: getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text') Expected: not have attribute Received: have attribute Call log: - expect.not.toHaveAttribute with timeout 5000ms - waiting for getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text') - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input cbd--ad-ba-bdefa-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input cbd--ad-ba-bdefa-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input cbd--ad-ba-bdefa-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input cbd--ad-ba-bdefa-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input cbd--ad-ba-bdefa-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input cbd--ad-ba-bdefa-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input cbd--ad-ba-bdefa-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input cbd--ad-ba-bdefa-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" - locator resolved to <textarea rows="4" readonly id="inspector-textarea-control-0" aria-describedby="inspector-textarea-control-0__help" class="components-textarea-control__input cbd--ad-ba-bdefa-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" 2368 | .getByRole( 'tabpanel', { name: 'Settings' } ) 2369 | .getByLabel( 'Alternative text' ); > 2370 | await expect( altInputArea ).not.toHaveAttribute( 'readonly' ); | ^ 2371 | await altInputArea.fill( 'new value' ); 2372 | 2373 | // Check that the image alt attribute didn't change. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2370:38
Playwright - 3
Process completed with exit code 1.
Merge Artifacts
No artifacts found matching pattern 'flaky-tests-report*'
🎭 Playwright Run Summary
4 skipped 192 passed (6.7m)
🎭 Playwright Run Summary
1 skipped 194 passed (9.2m)
🎭 Playwright Run Summary
192 passed (9.0m)
🎭 Playwright Run Summary
3 skipped 188 passed (10.0m)
🎭 Playwright Run Summary
1 failed [chromium] › editor/various/pattern-overrides.spec.js:746:2 › Pattern Overrides › overridden images should not have unsupported attributes set 1 skipped 188 passed (9.9m)
🎭 Playwright Run Summary
199 passed (10.0m)
🎭 Playwright Run Summary
196 passed (10.5m)
🎭 Playwright Run Summary
3 failed [chromium] › editor/various/block-bindings.spec.js:2224:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the url custom field from the button [chromium] › editor/various/block-bindings.spec.js:2279:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the url custom field from the image [chromium] › editor/various/block-bindings.spec.js:2339:4 › Block bindings › Post/page context › Edit custom fields › should be possible to edit the value of the text custom field from the image alt 1 skipped 196 passed (11.4m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
15.9 MB