Add full-page navigation e2e tests #115277
Annotations
19 errors and 8 notices
[chromium] › interactivity/get-sever-context.spec.ts:98:6 › getServerContext() › should update modified props on navigation:
test/e2e/specs/interactivity/get-sever-context.spec.ts#L115
1) [chromium] › interactivity/get-sever-context.spec.ts:98:6 › getServerContext() › should update modified props on navigation
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('prop')
Expected string: "child"
Received string: "childModified"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('prop')
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
113 | await page.goBack();
114 |
> 115 | await expect( prop ).toHaveText( 'child' );
| ^
116 | await expect( nestedProp ).toHaveText( 'child' );
117 | await expect( inheritedProp ).toHaveText( 'parent' );
118 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/get-sever-context.spec.ts:115:24
|
[chromium] › interactivity/get-sever-context.spec.ts:98:6 › getServerContext() › should update modified props on navigation:
test/e2e/specs/interactivity/get-sever-context.spec.ts#L115
1) [chromium] › interactivity/get-sever-context.spec.ts:98:6 › getServerContext() › should update modified props on navigation
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('prop')
Expected string: "child"
Received string: "childModified"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('prop')
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
113 | await page.goBack();
114 |
> 115 | await expect( prop ).toHaveText( 'child' );
| ^
116 | await expect( nestedProp ).toHaveText( 'child' );
117 | await expect( inheritedProp ).toHaveText( 'parent' );
118 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/get-sever-context.spec.ts:115:24
|
[chromium] › interactivity/get-sever-context.spec.ts:98:6 › getServerContext() › should update modified props on navigation:
test/e2e/specs/interactivity/get-sever-context.spec.ts#L115
1) [chromium] › interactivity/get-sever-context.spec.ts:98:6 › getServerContext() › should update modified props on navigation
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('prop')
Expected string: "child"
Received string: "childModified"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('prop')
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
- locator resolved to <div data-testid="prop" data-wp-text="context.prop">childModified</div>
- unexpected value "childModified"
113 | await page.goBack();
114 |
> 115 | await expect( prop ).toHaveText( 'child' );
| ^
116 | await expect( nestedProp ).toHaveText( 'child' );
117 | await expect( inheritedProp ).toHaveText( 'parent' );
118 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/get-sever-context.spec.ts:115:24
|
Playwright - 6
Process completed with exit code 1.
|
[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 fdb-fd--ac-badf-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 fdb-fd--ac-badf-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 fdb-fd--ac-badf-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 fdb-fd--ac-badf-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 fdb-fd--ac-badf-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 fdb-fd--ac-badf-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 fdb-fd--ac-badf-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 fdb-fd--ac-badf-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 fdb-fd--ac-badf-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 ccd-ee-d-abc-edbc-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 ccd-ee-d-abc-edbc-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 ccd-ee-d-abc-edbc-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 ccd-ee-d-abc-edbc-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 ccd-ee-d-abc-edbc-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 ccd-ee-d-abc-edbc-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 ccd-ee-d-abc-edbc-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 ccd-ee-d-abc-edbc-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 ccd-ee-d-abc-edbc-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 e-cbb-e-bdd-baeac-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 e-cbb-e-bdd-baeac-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 e-cbb-e-bdd-baeac-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 e-cbb-e-bdd-baeac-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 e-cbb-e-bdd-baeac-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 e-cbb-e-bdd-baeac-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 e-cbb-e-bdd-baeac-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 e-cbb-e-bdd-baeac-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 e-cbb-e-bdd-baeac-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 failed
[chromium] › interactivity/get-sever-context.spec.ts:98:6 › getServerContext() › should update modified props on navigation
3 skipped
192 passed (6.5m)
|
🎭 Playwright Run Summary
199 passed (10.0m)
|
🎭 Playwright Run Summary
1 skipped
194 passed (9.4m)
|
🎭 Playwright Run Summary
3 skipped
186 passed (10.1m)
|
🎭 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 (9.7m)
|
🎭 Playwright Run Summary
1 skipped
193 passed (9.7m)
|
🎭 Playwright Run Summary
197 passed (10.5m)
|
🎭 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
192 passed (11.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
17.9 MB |
|