Add full-page navigation e2e tests #115277
Annotations
10 errors and 1 notice
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
|
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)
|
This job failed
Loading