Move Posts Per Page, Offset, and Pages controls from the block toolbar into Inspector Controls #94430
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Puppeteer
9m 52s
Report to GitHub
3m 32s
Annotations
8 errors, 10 warnings, and 8 notices
[chromium] › editor/blocks/paragraph.spec.js:163:4 › Paragraph › Empty paragraph › Dragging positions › Only the first block is an empty paragraph block:
test/e2e/specs/editor/blocks/paragraph.spec.js#L243
1) [chromium] › editor/blocks/paragraph.spec.js:163:4 › Paragraph › Empty paragraph › Dragging positions › Only the first block is an empty paragraph block
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('data-testid=block-popover-drop-zone')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('data-testid=block-popover-drop-zone')
241 | headingBox.y + 1
242 | );
> 243 | await expect( draggingUtils.dropZone ).toBeVisible();
| ^
244 | await expect
245 | .poll( () =>
246 | draggingUtils.confirmValidDropZonePosition(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/paragraph.spec.js:243:45
|
[chromium] › editor/various/is-typing.spec.js:40:2 › isTyping › should not close the dropdown when typing in it:
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
|
[chromium] › editor/various/is-typing.spec.js:40:2 › isTyping › should not close the dropdown when typing in it:
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
|
[chromium] › editor/various/is-typing.spec.js:40:2 › isTyping › should not close the dropdown when typing in it:
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
|
[chromium] › editor/various/pattern-overrides.spec.js:263:2 › Pattern Overrides › Supports `undefined` attribute values in patterns:
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
|
[chromium] › editor/various/pattern-overrides.spec.js:263:2 › Pattern Overrides › Supports `undefined` attribute values in patterns:
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
|
[chromium] › editor/various/pattern-overrides.spec.js:263:2 › Pattern Overrides › Supports `undefined` attribute values in patterns:
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
|
Playwright - 4
Process completed with exit code 1.
|
Playwright - 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/.
|
Puppeteer
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/.
|
Playwright - 8
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/.
|
Playwright - 2
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/.
|
Playwright - 6
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/.
|
Playwright - 3
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/.
|
Playwright - 7
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/.
|
Playwright - 5
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/.
|
Playwright - 4
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/.
|
Report to GitHub
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8, ./packages/report-flaky-tests. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
11 skipped
152 passed (8.2m)
|
🎭 Playwright Run Summary
3 skipped
119 passed (7.5m)
|
🎭 Playwright Run Summary
4 skipped
119 passed (6.2m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › editor/blocks/paragraph.spec.js:163:4 › Paragraph › Empty paragraph › Dragging positions › Only the first block is an empty paragraph block
1 skipped
137 passed (7.2m)
|
🎭 Playwright Run Summary
163 passed (8.5m)
|
🎭 Playwright Run Summary
178 passed (7.5m)
|
🎭 Playwright Run Summary
1 skipped
176 passed (8.0m)
|
🎭 Playwright Run Summary
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)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
9.66 MB |
|