Skip to content

Style book: create static categories #115256

Style book: create static categories

Style book: create static categories #115256

Re-run triggered September 24, 2024 01:26
Status Failure
Total duration 20m 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=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
[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=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
[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=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
Playwright - 4
Process completed with exit code 1.
[chromium] › editor/various/block-bindings.spec.js:2200: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#L2237
1) [chromium] › editor/various/block-bindings.spec.js:2200: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 }) 2235 | await page 2236 | .getByRole( 'button', { name: 'Edit link', exact: true } ) > 2237 | .click(); | ^ 2238 | await page 2239 | .getByPlaceholder( 'Search or type URL' ) 2240 | .fill( '#url-custom-field-modified' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2237:7
[chromium] › editor/various/block-bindings.spec.js:2200: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#L2237
1) [chromium] › editor/various/block-bindings.spec.js:2200: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 }) 2235 | await page 2236 | .getByRole( 'button', { name: 'Edit link', exact: true } ) > 2237 | .click(); | ^ 2238 | await page 2239 | .getByPlaceholder( 'Search or type URL' ) 2240 | .fill( '#url-custom-field-modified' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2237:7
[chromium] › editor/various/block-bindings.spec.js:2200: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#L2237
1) [chromium] › editor/various/block-bindings.spec.js:2200: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 }) 2235 | await page 2236 | .getByRole( 'button', { name: 'Edit link', exact: true } ) > 2237 | .click(); | ^ 2238 | await page 2239 | .getByPlaceholder( 'Search or type URL' ) 2240 | .fill( '#url-custom-field-modified' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2237:7
[chromium] › editor/various/block-bindings.spec.js:2255: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#L2293
2) [chromium] › editor/various/block-bindings.spec.js:2255: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' }) 2291 | name: 'Replace', 2292 | } ) > 2293 | .click(); | ^ 2294 | await page 2295 | .getByRole( 'button', { name: 'Edit link', exact: true } ) 2296 | .click(); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2293:7
[chromium] › editor/various/block-bindings.spec.js:2255: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#L2293
2) [chromium] › editor/various/block-bindings.spec.js:2255: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' }) 2291 | name: 'Replace', 2292 | } ) > 2293 | .click(); | ^ 2294 | await page 2295 | .getByRole( 'button', { name: 'Edit link', exact: true } ) 2296 | .click(); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2293:7
[chromium] › editor/various/block-bindings.spec.js:2255: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#L2293
2) [chromium] › editor/various/block-bindings.spec.js:2255: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' }) 2291 | name: 'Replace', 2292 | } ) > 2293 | .click(); | ^ 2294 | await page 2295 | .getByRole( 'button', { name: 'Edit link', exact: true } ) 2296 | .click(); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2293:7
[chromium] › editor/various/block-bindings.spec.js:2315: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#L2346
3) [chromium] › editor/various/block-bindings.spec.js:2315: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 ade--c-a-c-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 ade--c-a-c-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 ade--c-a-c-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 ade--c-a-c-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 ade--c-a-c-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 ade--c-a-c-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 ade--c-a-c-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 ade--c-a-c-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 ade--c-a-c-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" 2344 | .getByRole( 'tabpanel', { name: 'Settings' } ) 2345 | .getByLabel( 'Alternative text' ); > 2346 | await expect( altInputArea ).not.toHaveAttribute( 'readonly' ); | ^ 2347 | await altInputArea.fill( 'new value' ); 2348 | 2349 | // Check that the image alt attribute didn't change. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2346:38
[chromium] › editor/various/block-bindings.spec.js:2315: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#L2346
3) [chromium] › editor/various/block-bindings.spec.js:2315: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 a-ccde-ef-adcb-becdd-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-ccde-ef-adcb-becdd-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-ccde-ef-adcb-becdd-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-ccde-ef-adcb-becdd-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-ccde-ef-adcb-becdd-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-ccde-ef-adcb-becdd-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-ccde-ef-adcb-becdd-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-ccde-ef-adcb-becdd-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-ccde-ef-adcb-becdd-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" 2344 | .getByRole( 'tabpanel', { name: 'Settings' } ) 2345 | .getByLabel( 'Alternative text' ); > 2346 | await expect( altInputArea ).not.toHaveAttribute( 'readonly' ); | ^ 2347 | await altInputArea.fill( 'new value' ); 2348 | 2349 | // Check that the image alt attribute didn't change. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2346:38
[chromium] › editor/various/block-bindings.spec.js:2315: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#L2346
3) [chromium] › editor/various/block-bindings.spec.js:2315: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 ac-f-d-ad-ccff-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 ac-f-d-ad-ccff-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 ac-f-d-ad-ccff-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 ac-f-d-ad-ccff-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 ac-f-d-ad-ccff-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 ac-f-d-ad-ccff-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 ac-f-d-ad-ccff-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 ac-f-d-ad-ccff-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 ac-f-d-ad-ccff-1rsh645 e1w5nnrk0">Value of the text custom field</textarea> - unexpected value "true" 2344 | .getByRole( 'tabpanel', { name: 'Settings' } ) 2345 | .getByLabel( 'Alternative text' ); > 2346 | await expect( altInputArea ).not.toHaveAttribute( 'readonly' ); | ^ 2347 | await altInputArea.fill( 'new value' ); 2348 | 2349 | // Check that the image alt attribute didn't change. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:2346:38
Playwright - 3
Process completed with exit code 1.
Merge Artifacts
No artifacts found matching pattern 'flaky-tests-report*'
🎭 Playwright Run Summary
1 skipped 189 passed (9.0m)
🎭 Playwright Run Summary
199 passed (10.1m)
🎭 Playwright Run Summary
1 skipped 193 passed (9.1m)
🎭 Playwright Run Summary
197 passed (11.5m)
🎭 Playwright Run Summary
3 skipped 192 passed (6.2m)
🎭 Playwright Run Summary
3 skipped 186 passed (10.4m)
🎭 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 186 passed (10.3m)
🎭 Playwright Run Summary
3 failed [chromium] › editor/various/block-bindings.spec.js:2200: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:2255: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:2315: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 197 passed (12.1m)

Artifacts

Produced during runtime
Name Size
failures-artifacts
15.8 MB