Move Posts Per Page, Offset, and Pages controls from the block toolbar into Inspector Controls #94430
Annotations
7 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/various/is-typing.spec.js#L62
1) [chromium] › editor/various/is-typing.spec.js:40:2 › isTyping › should not close the dropdown when typing in it
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Display settings' })
============================================================
60 | name: 'Display settings',
61 | } );
> 62 | await displaySettings.click();
| ^
63 | const itemsPerPageInput = page.getByLabel( 'Items per Page' );
64 | // Make sure we're where we think we are
65 | await expect( itemsPerPageInput ).toBeFocused();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/is-typing.spec.js:62:25
|
Run the tests:
test/e2e/specs/editor/various/is-typing.spec.js#L62
1) [chromium] › editor/various/is-typing.spec.js:40:2 › isTyping › should not close the dropdown when typing in it
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Display settings' })
============================================================
60 | name: 'Display settings',
61 | } );
> 62 | await displaySettings.click();
| ^
63 | const itemsPerPageInput = page.getByLabel( 'Items per Page' );
64 | // Make sure we're where we think we are
65 | await expect( itemsPerPageInput ).toBeFocused();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/is-typing.spec.js:62:25
|
Run the tests:
test/e2e/specs/editor/various/is-typing.spec.js#L62
1) [chromium] › editor/various/is-typing.spec.js:40:2 › isTyping › should not close the dropdown when typing in it
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Display settings' })
============================================================
60 | name: 'Display settings',
61 | } );
> 62 | await displaySettings.click();
| ^
63 | const itemsPerPageInput = page.getByLabel( 'Items per Page' );
64 | // Make sure we're where we think we are
65 | await expect( itemsPerPageInput ).toBeFocused();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/is-typing.spec.js:62:25
|
Run the tests:
test/e2e/specs/editor/various/pattern-overrides.spec.js#L294
2) [chromium] › editor/various/pattern-overrides.spec.js:263:2 › Pattern Overrides › Supports `undefined` attribute values in patterns
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('link', { name: 'wp.org' })
Expected string: "opens in a new tab"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('link', { name: 'wp.org' })
292 | await expect(
293 | page.getByRole( 'link', { name: 'wp.org' } )
> 294 | ).toContainText( 'opens in a new tab' );
| ^
295 |
296 | const openInNewTabCheckbox = page.getByRole( 'checkbox', {
297 | name: 'Open in new tab',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:294:5
|
Run the tests:
test/e2e/specs/editor/various/pattern-overrides.spec.js#L294
2) [chromium] › editor/various/pattern-overrides.spec.js:263:2 › Pattern Overrides › Supports `undefined` attribute values in patterns
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('link', { name: 'wp.org' })
Expected string: "opens in a new tab"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('link', { name: 'wp.org' })
292 | await expect(
293 | page.getByRole( 'link', { name: 'wp.org' } )
> 294 | ).toContainText( 'opens in a new tab' );
| ^
295 |
296 | const openInNewTabCheckbox = page.getByRole( 'checkbox', {
297 | name: 'Open in new tab',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:294:5
|
Run the tests:
test/e2e/specs/editor/various/pattern-overrides.spec.js#L294
2) [chromium] › editor/various/pattern-overrides.spec.js:263:2 › Pattern Overrides › Supports `undefined` attribute values in patterns
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: getByRole('link', { name: 'wp.org' })
Expected string: "opens in a new tab"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for getByRole('link', { name: 'wp.org' })
292 | await expect(
293 | page.getByRole( 'link', { name: 'wp.org' } )
> 294 | ).toContainText( 'opens in a new tab' );
| ^
295 |
296 | const openInNewTabCheckbox = page.getByRole( 'checkbox', {
297 | name: 'Open in new tab',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/pattern-overrides.spec.js:294:5
|
Run the tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run the tests
2 failed
[chromium] › editor/various/is-typing.spec.js:40:2 › isTyping › should not close the dropdown when typing in it
[chromium] › editor/various/pattern-overrides.spec.js:263:2 › Pattern Overrides › Supports `undefined` attribute values in patterns
138 passed (8.8m)
|
The logs for this run have expired and are no longer available.
Loading