Scripts: Update lighthouse
dependency
#115260
Annotations
10 errors and 1 notice
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
|
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)
|
The logs for this run have expired and are no longer available.
Loading