InputControl: Use less Emotion styled API #96917
Annotations
11 errors, 1 warning, and 1 notice
Archive debug artifacts (screenshots, traces)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run the tests:
test/e2e/specs/editor/various/datepicker.spec.js#L54
1) [chromium] › editor/various/datepicker.spec.js:42:3 › Datepicker: Pacific/Honolulu › should show the publishing date if the date is in the past
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' })
============================================================
52 | .getByRole( 'group', { name: 'Date' } )
53 | .getByRole( 'spinbutton', { name: 'Year' } )
> 54 | .click();
| ^
55 | await page.keyboard.press( 'ArrowDown' );
56 | await page.keyboard.press( 'Escape' );
57 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/datepicker.spec.js:54:6
|
Run the tests:
test/e2e/specs/editor/various/datepicker.spec.js#L54
1) [chromium] › editor/various/datepicker.spec.js:42:3 › Datepicker: Pacific/Honolulu › should show the publishing date if the date is in the past
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' })
============================================================
52 | .getByRole( 'group', { name: 'Date' } )
53 | .getByRole( 'spinbutton', { name: 'Year' } )
> 54 | .click();
| ^
55 | await page.keyboard.press( 'ArrowDown' );
56 | await page.keyboard.press( 'Escape' );
57 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/datepicker.spec.js:54:6
|
Run the tests:
test/e2e/specs/editor/various/datepicker.spec.js#L54
1) [chromium] › editor/various/datepicker.spec.js:42:3 › Datepicker: Pacific/Honolulu › should show the publishing date if the date is in the past
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' })
============================================================
52 | .getByRole( 'group', { name: 'Date' } )
53 | .getByRole( 'spinbutton', { name: 'Year' } )
> 54 | .click();
| ^
55 | await page.keyboard.press( 'ArrowDown' );
56 | await page.keyboard.press( 'Escape' );
57 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/datepicker.spec.js:54:6
|
Run the tests:
test/e2e/specs/editor/various/datepicker.spec.js#L76
2) [chromium] › editor/various/datepicker.spec.js:64:3 › Datepicker: Pacific/Honolulu › should show the publishing date if the date is in the future
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' })
============================================================
74 | .getByRole( 'group', { name: 'Date' } )
75 | .getByRole( 'spinbutton', { name: 'Year' } )
> 76 | .click();
| ^
77 | await page.keyboard.press( 'ArrowUp' );
78 | await page.keyboard.press( 'Escape' );
79 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/datepicker.spec.js:76:6
|
Run the tests:
test/e2e/specs/editor/various/datepicker.spec.js#L76
2) [chromium] › editor/various/datepicker.spec.js:64:3 › Datepicker: Pacific/Honolulu › should show the publishing date if the date is in the future
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' })
============================================================
74 | .getByRole( 'group', { name: 'Date' } )
75 | .getByRole( 'spinbutton', { name: 'Year' } )
> 76 | .click();
| ^
77 | await page.keyboard.press( 'ArrowUp' );
78 | await page.keyboard.press( 'Escape' );
79 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/datepicker.spec.js:76:6
|
Run the tests:
test/e2e/specs/editor/various/datepicker.spec.js#L76
2) [chromium] › editor/various/datepicker.spec.js:64:3 › Datepicker: Pacific/Honolulu › should show the publishing date if the date is in the future
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' })
============================================================
74 | .getByRole( 'group', { name: 'Date' } )
75 | .getByRole( 'spinbutton', { name: 'Year' } )
> 76 | .click();
| ^
77 | await page.keyboard.press( 'ArrowUp' );
78 | await page.keyboard.press( 'Escape' );
79 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/datepicker.spec.js:76:6
|
Run the tests:
test/e2e/specs/editor/various/datepicker.spec.js#L98
3) [chromium] › editor/various/datepicker.spec.js:86:3 › Datepicker: Pacific/Honolulu › should show the publishing date as "Immediately" if the date is cleared
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' })
============================================================
96 | .getByRole( 'group', { name: 'Date' } )
97 | .getByRole( 'spinbutton', { name: 'Year' } )
> 98 | .click();
| ^
99 | await page.keyboard.press( 'ArrowUp' );
100 | await page.keyboard.press( 'Escape' );
101 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/datepicker.spec.js:98:6
|
Run the tests:
test/e2e/specs/editor/various/datepicker.spec.js#L98
3) [chromium] › editor/various/datepicker.spec.js:86:3 › Datepicker: Pacific/Honolulu › should show the publishing date as "Immediately" if the date is cleared
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' })
============================================================
96 | .getByRole( 'group', { name: 'Date' } )
97 | .getByRole( 'spinbutton', { name: 'Year' } )
> 98 | .click();
| ^
99 | await page.keyboard.press( 'ArrowUp' );
100 | await page.keyboard.press( 'Escape' );
101 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/datepicker.spec.js:98:6
|
Run the tests:
test/e2e/specs/editor/various/datepicker.spec.js#L98
3) [chromium] › editor/various/datepicker.spec.js:86:3 › Datepicker: Pacific/Honolulu › should show the publishing date as "Immediately" if the date is cleared
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' })
============================================================
96 | .getByRole( 'group', { name: 'Date' } )
97 | .getByRole( 'spinbutton', { name: 'Year' } )
> 98 | .click();
| ^
99 | await page.keyboard.press( 'ArrowUp' );
100 | await page.keyboard.press( 'Escape' );
101 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/datepicker.spec.js:98:6
|
Run the tests:
test/e2e/specs/editor/various/datepicker.spec.js#L54
4) [chromium] › editor/various/datepicker.spec.js:42:3 › Datepicker: UTC › should show the publishing date if the date is in the past
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' })
============================================================
52 | .getByRole( 'group', { name: 'Date' } )
53 | .getByRole( 'spinbutton', { name: 'Year' } )
> 54 | .click();
| ^
55 | await page.keyboard.press( 'ArrowDown' );
56 | await page.keyboard.press( 'Escape' );
57 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/datepicker.spec.js:54: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/.
|
Run the tests
21 failed
[chromium] › editor/various/datepicker.spec.js:42:3 › Datepicker: Pacific/Honolulu › should show the publishing date if the date is in the past
[chromium] › editor/various/datepicker.spec.js:64:3 › Datepicker: Pacific/Honolulu › should show the publishing date if the date is in the future
[chromium] › editor/various/datepicker.spec.js:86:3 › Datepicker: Pacific/Honolulu › should show the publishing date as "Immediately" if the date is cleared
[chromium] › editor/various/datepicker.spec.js:42:3 › Datepicker: UTC › should show the publishing date if the date is in the past
[chromium] › editor/various/datepicker.spec.js:64:3 › Datepicker: UTC › should show the publishing date if the date is in the future
[chromium] › editor/various/datepicker.spec.js:86:3 › Datepicker: UTC › should show the publishing date as "Immediately" if the date is cleared
[chromium] › editor/various/datepicker.spec.js:42:3 › Datepicker: Australia/Sydney › should show the publishing date if the date is in the past
[chromium] › editor/various/datepicker.spec.js:64:3 › Datepicker: Australia/Sydney › should show the publishing date if the date is in the future
[chromium] › editor/various/datepicker.spec.js:86:3 › Datepicker: Australia/Sydney › should show the publishing date as "Immediately" if the date is cleared
[chromium] › editor/various/font-size-picker.spec.js:22:3 › Font Size Picker › Common › should apply a custom font size using the font size input
[chromium] › editor/various/font-size-picker.spec.js:44:3 › Font Size Picker › Common › should reset a custom font size using input field
[chromium] › editor/various/font-size-picker.spec.js:191:3 › Font Size Picker › More font sizes › should reset a named font size using input field
[chromium] › editor/various/font-size-picker.spec.js:278:3 › Font Size Picker › Few font sizes › should reset a named font size using input field
[chromium] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts blocks by dragging and dropping from the global inserter
[chromium] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape
[chromium] › editor/various/inserting-blocks.spec.js:147:2 › Inserting blocks (@Firefox, @WebKit) › inserts patterns by dragging and dropping from the global inserter
[chromium] › editor/various/inserting-blocks.spec.js:209:2 › Inserting blocks (@Firefox, @WebKit) › inserts synced patterns by dragging and dropping from the global inserter
[chromium] › editor/various/inserting-blocks.spec.js:306:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging patterns from the global inserter by pressing Escape
[chromium] › editor/various/inserting-blocks.spec.js:553:2 › Inserting blocks (@Firefox, @WebKit) › passes the search value in the main inserter when clicking `Browse all`
[chromium] › editor/various/is-typing.spec.js:40:2 › isTyping › should not close the dropdown when typing in it
[chromium] › editor/various/new-post.spec.js:19:2 › new editor state › should show the New Post page in Gutenberg
141 passed (21.9m)
|
The logs for this run have expired and are no longer available.
Loading