Skip to content

InputControl: Use less Emotion styled API #96917

InputControl: Use less Emotion styled API

InputControl: Use less Emotion styled API #96917

Triggered via pull request February 13, 2024 16:10
Status Failure
Total duration 32m 34s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Report to GitHub
3m 26s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

78 errors, 10 warnings, and 7 notices
Puppeteer
Process completed with exit code 18.
Playwright - 8
Process completed with exit code 18.
[chromium] › editor/blocks/buttons.spec.js:311:2 › Buttons › can apply custom colors: test/e2e/specs/editor/blocks/buttons.spec.js#L324
1) [chromium] › editor/blocks/buttons.spec.js:311:2 › Buttons › can apply custom colors ────────── TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=textbox[name="Hex color"i]') ============================================================ 322 | ); 323 | await page.click( 'role=button[name="Custom color picker."i]' ); > 324 | await page.fill( 'role=textbox[name="Hex color"i]', 'ff0000' ); | ^ 325 | 326 | await page.click( 327 | 'role=region[name="Editor settings"i] >> role=button[name="Color Background styles"i]' at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:324:14
[chromium] › editor/blocks/buttons.spec.js:311:2 › Buttons › can apply custom colors: test/e2e/specs/editor/blocks/buttons.spec.js#L324
1) [chromium] › editor/blocks/buttons.spec.js:311:2 › Buttons › can apply custom colors ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=textbox[name="Hex color"i]') ============================================================ 322 | ); 323 | await page.click( 'role=button[name="Custom color picker."i]' ); > 324 | await page.fill( 'role=textbox[name="Hex color"i]', 'ff0000' ); | ^ 325 | 326 | await page.click( 327 | 'role=region[name="Editor settings"i] >> role=button[name="Color Background styles"i]' at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:324:14
[chromium] › editor/blocks/buttons.spec.js:311:2 › Buttons › can apply custom colors: test/e2e/specs/editor/blocks/buttons.spec.js#L324
1) [chromium] › editor/blocks/buttons.spec.js:311:2 › Buttons › can apply custom colors ────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=textbox[name="Hex color"i]') ============================================================ 322 | ); 323 | await page.click( 'role=button[name="Custom color picker."i]' ); > 324 | await page.fill( 'role=textbox[name="Hex color"i]', 'ff0000' ); | ^ 325 | 326 | await page.click( 327 | 'role=region[name="Editor settings"i] >> role=button[name="Color Background styles"i]' at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:324:14
[chromium] › editor/blocks/buttons.spec.js:372:2 › Buttons › can apply custom gradient background color: test/e2e/specs/editor/blocks/buttons.spec.js#L391
2) [chromium] › editor/blocks/buttons.spec.js:372:2 › Buttons › can apply custom gradient background color TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=textbox[name="Hex color"i]') ============================================================ 389 | 'role=button[name=/^Gradient control point at position 0% with color code/]' 390 | ); > 391 | await page.fill( 'role=textbox[name="Hex color"i]', 'ff0000' ); | ^ 392 | await page.keyboard.press( 'Escape' ); 393 | await page.click( 394 | 'role=button[name=/^Gradient control point at position 100% with color code/]' at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:391:14
[chromium] › editor/blocks/buttons.spec.js:372:2 › Buttons › can apply custom gradient background color: test/e2e/specs/editor/blocks/buttons.spec.js#L391
2) [chromium] › editor/blocks/buttons.spec.js:372:2 › Buttons › can apply custom gradient background color Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=textbox[name="Hex color"i]') ============================================================ 389 | 'role=button[name=/^Gradient control point at position 0% with color code/]' 390 | ); > 391 | await page.fill( 'role=textbox[name="Hex color"i]', 'ff0000' ); | ^ 392 | await page.keyboard.press( 'Escape' ); 393 | await page.click( 394 | 'role=button[name=/^Gradient control point at position 100% with color code/]' at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:391:14
[chromium] › editor/blocks/buttons.spec.js:372:2 › Buttons › can apply custom gradient background color: test/e2e/specs/editor/blocks/buttons.spec.js#L391
2) [chromium] › editor/blocks/buttons.spec.js:372:2 › Buttons › can apply custom gradient background color Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=textbox[name="Hex color"i]') ============================================================ 389 | 'role=button[name=/^Gradient control point at position 0% with color code/]' 390 | ); > 391 | await page.fill( 'role=textbox[name="Hex color"i]', 'ff0000' ); | ^ 392 | await page.keyboard.press( 'Escape' ); 393 | await page.click( 394 | 'role=button[name=/^Gradient control point at position 100% with color code/]' at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:391:14
[chromium] › editor/blocks/cover.spec.js:125:2 › Cover › can be resized using drag & drop: test/e2e/specs/editor/blocks/cover.spec.js#L162
3) [chromium] › editor/blocks/cover.spec.js:125:2 › Cover › can be resized using drag & drop ───── TimeoutError: locator.inputValue: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('region', { name: 'Editor settings' }).getByLabel('Minimum height of cover') ============================================================ 160 | const defaultHeightValue = await coverBlockEditorSettings 161 | .getByLabel( 'Minimum height of cover' ) > 162 | .inputValue(); | ^ 163 | expect( defaultHeightValue ).toBeFalsy(); 164 | 165 | // There is no accessible locator for the draggable block resize edge, at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/cover.spec.js:162:5
[chromium] › editor/blocks/cover.spec.js:125:2 › Cover › can be resized using drag & drop: test/e2e/specs/editor/blocks/cover.spec.js#L162
3) [chromium] › editor/blocks/cover.spec.js:125:2 › Cover › can be resized using drag & drop ───── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.inputValue: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('region', { name: 'Editor settings' }).getByLabel('Minimum height of cover') ============================================================ 160 | const defaultHeightValue = await coverBlockEditorSettings 161 | .getByLabel( 'Minimum height of cover' ) > 162 | .inputValue(); | ^ 163 | expect( defaultHeightValue ).toBeFalsy(); 164 | 165 | // There is no accessible locator for the draggable block resize edge, at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/cover.spec.js:162:5
[chromium] › editor/blocks/cover.spec.js:125:2 › Cover › can be resized using drag & drop: test/e2e/specs/editor/blocks/cover.spec.js#L162
3) [chromium] › editor/blocks/cover.spec.js:125:2 › Cover › can be resized using drag & drop ───── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.inputValue: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('region', { name: 'Editor settings' }).getByLabel('Minimum height of cover') ============================================================ 160 | const defaultHeightValue = await coverBlockEditorSettings 161 | .getByLabel( 'Minimum height of cover' ) > 162 | .inputValue(); | ^ 163 | expect( defaultHeightValue ).toBeFalsy(); 164 | 165 | // There is no accessible locator for the draggable block resize edge, at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/cover.spec.js:162:5
[chromium] › editor/blocks/group.spec.js:11:2 › Group › can be created using the block inserter: test/e2e/specs/editor/blocks/group.spec.js#L22
4) [chromium] › editor/blocks/group.spec.js:11:2 › Group › can be created using the block inserter TimeoutError: page.type: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=searchbox[name="Search for blocks and patterns"i]') ============================================================ 20 | await inserterButton.click(); 21 | > 22 | await page.type( | ^ 23 | 'role=searchbox[name="Search for blocks and patterns"i]', 24 | 'Group' 25 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/group.spec.js:22:14
[chromium] › editor/various/patterns.spec.js:472:2 › Synced pattern › will not break the editor if empty: test/e2e/specs/editor/various/patterns.spec.js#L502
1) [chromium] › editor/various/patterns.spec.js:472:2 › Synced pattern › will not break the editor if empty TimeoutError: locator.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('searchbox', { name: 'Search for blocks and patterns' }) ============================================================ 500 | name: 'Search for blocks and patterns', 501 | } ) > 502 | .fill( 'Awesome empty' ); | ^ 503 | 504 | await expect( 505 | page at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:502:5
[chromium] › editor/various/patterns.spec.js:472:2 › Synced pattern › will not break the editor if empty: test/e2e/specs/editor/various/patterns.spec.js#L502
1) [chromium] › editor/various/patterns.spec.js:472:2 › Synced pattern › will not break the editor if empty Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('searchbox', { name: 'Search for blocks and patterns' }) ============================================================ 500 | name: 'Search for blocks and patterns', 501 | } ) > 502 | .fill( 'Awesome empty' ); | ^ 503 | 504 | await expect( 505 | page at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:502:5
[chromium] › editor/various/patterns.spec.js:472:2 › Synced pattern › will not break the editor if empty: test/e2e/specs/editor/various/patterns.spec.js#L502
1) [chromium] › editor/various/patterns.spec.js:472:2 › Synced pattern › will not break the editor if empty Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('searchbox', { name: 'Search for blocks and patterns' }) ============================================================ 500 | name: 'Search for blocks and patterns', 501 | } ) > 502 | .fill( 'Awesome empty' ); | ^ 503 | 504 | await expect( 505 | page at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:502:5
[chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Pacific/Honolulu › Should change publishing button text from "Publish" to "Schedule": test/e2e/specs/editor/various/scheduling.spec.js#L52
2) [chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Pacific/Honolulu › Should change publishing button text from "Publish" to "Schedule" TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' }) ============================================================ 50 | .getByRole( 'group', { name: 'Date' } ) 51 | .getByRole( 'spinbutton', { name: 'Year' } ) > 52 | .click(); | ^ 53 | await page.keyboard.press( 'ArrowUp' ); 54 | 55 | // Close the datepicker. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/scheduling.spec.js:52:7
[chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Pacific/Honolulu › Should change publishing button text from "Publish" to "Schedule": test/e2e/specs/editor/various/scheduling.spec.js#L52
2) [chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Pacific/Honolulu › Should change publishing button text from "Publish" to "Schedule" Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' }) ============================================================ 50 | .getByRole( 'group', { name: 'Date' } ) 51 | .getByRole( 'spinbutton', { name: 'Year' } ) > 52 | .click(); | ^ 53 | await page.keyboard.press( 'ArrowUp' ); 54 | 55 | // Close the datepicker. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/scheduling.spec.js:52:7
[chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Pacific/Honolulu › Should change publishing button text from "Publish" to "Schedule": test/e2e/specs/editor/various/scheduling.spec.js#L52
2) [chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Pacific/Honolulu › Should change publishing button text from "Publish" to "Schedule" Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' }) ============================================================ 50 | .getByRole( 'group', { name: 'Date' } ) 51 | .getByRole( 'spinbutton', { name: 'Year' } ) > 52 | .click(); | ^ 53 | await page.keyboard.press( 'ArrowUp' ); 54 | 55 | // Close the datepicker. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/scheduling.spec.js:52:7
[chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone UTC › Should change publishing button text from "Publish" to "Schedule": test/e2e/specs/editor/various/scheduling.spec.js#L52
3) [chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone UTC › Should change publishing button text from "Publish" to "Schedule" TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' }) ============================================================ 50 | .getByRole( 'group', { name: 'Date' } ) 51 | .getByRole( 'spinbutton', { name: 'Year' } ) > 52 | .click(); | ^ 53 | await page.keyboard.press( 'ArrowUp' ); 54 | 55 | // Close the datepicker. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/scheduling.spec.js:52:7
[chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone UTC › Should change publishing button text from "Publish" to "Schedule": test/e2e/specs/editor/various/scheduling.spec.js#L52
3) [chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone UTC › Should change publishing button text from "Publish" to "Schedule" Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' }) ============================================================ 50 | .getByRole( 'group', { name: 'Date' } ) 51 | .getByRole( 'spinbutton', { name: 'Year' } ) > 52 | .click(); | ^ 53 | await page.keyboard.press( 'ArrowUp' ); 54 | 55 | // Close the datepicker. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/scheduling.spec.js:52:7
[chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone UTC › Should change publishing button text from "Publish" to "Schedule": test/e2e/specs/editor/various/scheduling.spec.js#L52
3) [chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone UTC › Should change publishing button text from "Publish" to "Schedule" Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' }) ============================================================ 50 | .getByRole( 'group', { name: 'Date' } ) 51 | .getByRole( 'spinbutton', { name: 'Year' } ) > 52 | .click(); | ^ 53 | await page.keyboard.press( 'ArrowUp' ); 54 | 55 | // Close the datepicker. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/scheduling.spec.js:52:7
[chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Australia/Sydney › Should change publishing button text from "Publish" to "Schedule": test/e2e/specs/editor/various/scheduling.spec.js#L52
4) [chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Australia/Sydney › Should change publishing button text from "Publish" to "Schedule" TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('group', { name: 'Date' }).getByRole('spinbutton', { name: 'Year' }) ============================================================ 50 | .getByRole( 'group', { name: 'Date' } ) 51 | .getByRole( 'spinbutton', { name: 'Year' } ) > 52 | .click(); | ^ 53 | await page.keyboard.press( 'ArrowUp' ); 54 | 55 | // Close the datepicker. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/scheduling.spec.js:52:7
Playwright - 5
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Playwright - 2
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[chromium] › editor/blocks/navigation-list-view.spec.js:137:2 › Navigation block - List view editing › can add new menu items: test/e2e/specs/editor/blocks/navigation-list-view.spec.js#L182
1) [chromium] › editor/blocks/navigation-list-view.spec.js:137:2 › Navigation block - List view editing › can add new menu items Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('searchbox', { name: 'Search for blocks and patterns' }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('searchbox', { name: 'Search for blocks and patterns' }) 180 | name: 'Search for blocks and patterns', 181 | } ) > 182 | ).toBeFocused(); | ^ 183 | 184 | const blockResults = page.getByRole( 'listbox', { 185 | name: 'Blocks', at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:182:5
[chromium] › editor/blocks/navigation-list-view.spec.js:137:2 › Navigation block - List view editing › can add new menu items: test/e2e/specs/editor/blocks/navigation-list-view.spec.js#L182
1) [chromium] › editor/blocks/navigation-list-view.spec.js:137:2 › Navigation block - List view editing › can add new menu items Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('searchbox', { name: 'Search for blocks and patterns' }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('searchbox', { name: 'Search for blocks and patterns' }) 180 | name: 'Search for blocks and patterns', 181 | } ) > 182 | ).toBeFocused(); | ^ 183 | 184 | const blockResults = page.getByRole( 'listbox', { 185 | name: 'Blocks', at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:182:5
[chromium] › editor/blocks/navigation-list-view.spec.js:137:2 › Navigation block - List view editing › can add new menu items: test/e2e/specs/editor/blocks/navigation-list-view.spec.js#L182
1) [chromium] › editor/blocks/navigation-list-view.spec.js:137:2 › Navigation block - List view editing › can add new menu items Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('searchbox', { name: 'Search for blocks and patterns' }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('searchbox', { name: 'Search for blocks and patterns' }) 180 | name: 'Search for blocks and patterns', 181 | } ) > 182 | ).toBeFocused(); | ^ 183 | 184 | const blockResults = page.getByRole( 'listbox', { 185 | name: 'Blocks', at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:182:5
[chromium] › editor/plugins/allowed-blocks.spec.js:19:2 › Allowed Blocks Filter › should restrict the allowed blocks in the inserter: test/e2e/specs/editor/plugins/allowed-blocks.spec.js#L33
2) [chromium] › editor/plugins/allowed-blocks.spec.js:19:2 › Allowed Blocks Filter › should restrict the allowed blocks in the inserter TimeoutError: locator.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('region', { name: 'Block Library' }).getByRole('searchbox', { name: 'Search for blocks and patterns' }) ============================================================ 31 | } ); 32 | > 33 | await searchbox.fill( 'Paragraph' ); | ^ 34 | 35 | await expect( 36 | page.getByRole( 'option', { name: 'Paragraph' } ) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/allowed-blocks.spec.js:33:19
[chromium] › editor/plugins/allowed-blocks.spec.js:19:2 › Allowed Blocks Filter › should restrict the allowed blocks in the inserter: test/e2e/specs/editor/plugins/allowed-blocks.spec.js#L33
2) [chromium] › editor/plugins/allowed-blocks.spec.js:19:2 › Allowed Blocks Filter › should restrict the allowed blocks in the inserter Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('region', { name: 'Block Library' }).getByRole('searchbox', { name: 'Search for blocks and patterns' }) ============================================================ 31 | } ); 32 | > 33 | await searchbox.fill( 'Paragraph' ); | ^ 34 | 35 | await expect( 36 | page.getByRole( 'option', { name: 'Paragraph' } ) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/allowed-blocks.spec.js:33:19
[chromium] › editor/plugins/allowed-blocks.spec.js:19:2 › Allowed Blocks Filter › should restrict the allowed blocks in the inserter: test/e2e/specs/editor/plugins/allowed-blocks.spec.js#L33
2) [chromium] › editor/plugins/allowed-blocks.spec.js:19:2 › Allowed Blocks Filter › should restrict the allowed blocks in the inserter Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('region', { name: 'Block Library' }).getByRole('searchbox', { name: 'Search for blocks and patterns' }) ============================================================ 31 | } ); 32 | > 33 | await searchbox.fill( 'Paragraph' ); | ^ 34 | 35 | await expect( 36 | page.getByRole( 'option', { name: 'Paragraph' } ) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/allowed-blocks.spec.js:33:19
[chromium] › editor/plugins/block-directory.spec.js:106:2 › Block Directory › Should show an empty state when no plugin is found: test/e2e/specs/editor/plugins/block-directory.spec.js#L140
3) [chromium] › editor/plugins/block-directory.spec.js:106:2 › Block Directory › Should show an empty state when no plugin is found TimeoutError: locator.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('region', { name: 'Block Library' }).getByRole('searchbox', { name: 'Search for blocks and patterns' }) ============================================================ 138 | name: 'Search for blocks and patterns', 139 | } ) > 140 | .fill( '@$@@Dsdsdfw2$@' ); | ^ 141 | 142 | /** 143 | * The inserter can flash "No results found" before requesting results from the directory, at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/block-directory.spec.js:140:5
[chromium] › editor/plugins/block-directory.spec.js:106:2 › Block Directory › Should show an empty state when no plugin is found: test/e2e/specs/editor/plugins/block-directory.spec.js#L140
3) [chromium] › editor/plugins/block-directory.spec.js:106:2 › Block Directory › Should show an empty state when no plugin is found Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('region', { name: 'Block Library' }).getByRole('searchbox', { name: 'Search for blocks and patterns' }) ============================================================ 138 | name: 'Search for blocks and patterns', 139 | } ) > 140 | .fill( '@$@@Dsdsdfw2$@' ); | ^ 141 | 142 | /** 143 | * The inserter can flash "No results found" before requesting results from the directory, at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/block-directory.spec.js:140:5
[chromium] › editor/plugins/block-directory.spec.js:106:2 › Block Directory › Should show an empty state when no plugin is found: test/e2e/specs/editor/plugins/block-directory.spec.js#L140
3) [chromium] › editor/plugins/block-directory.spec.js:106:2 › Block Directory › Should show an empty state when no plugin is found Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('region', { name: 'Block Library' }).getByRole('searchbox', { name: 'Search for blocks and patterns' }) ============================================================ 138 | name: 'Search for blocks and patterns', 139 | } ) > 140 | .fill( '@$@@Dsdsdfw2$@' ); | ^ 141 | 142 | /** 143 | * The inserter can flash "No results found" before requesting results from the directory, at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/block-directory.spec.js:140:5
[chromium] › editor/plugins/block-directory.spec.js:153:2 › Block Directory › Should be able to add (the first) block: test/e2e/specs/editor/plugins/block-directory.spec.js#L231
4) [chromium] › editor/plugins/block-directory.spec.js:153:2 › Block Directory › Should be able to add (the first) block TimeoutError: locator.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('region', { name: 'Block Library' }).getByRole('searchbox', { name: 'Search for blocks and patterns' }) ============================================================ 229 | name: 'Search for blocks and patterns', 230 | } ) > 231 | .fill( MOCK_BLOCK1.title ); | ^ 232 | 233 | await expect( downloadableBlock ).toBeVisible(); 234 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/block-directory.spec.js:231:5
Playwright - 3
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[chromium] › editor/various/a11y.spec.js:123:2 › a11y (@firefox: test/e2e/specs/editor/various/a11y.spec.js#L224
1) [chromium] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable Error: Timed out 5000ms waiting for expect(locator).not.toBeFocused() Locator: locator('role=dialog[name="Preferences"i]').locator('role=document') Expected: not focused Received: focused Call log: - expect.not.toBeFocused with timeout 5000ms - waiting for locator('role=dialog[name="Preferences"i]').locator('role=document') - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" 222 | await expect( closeButton ).toBeFocused(); 223 | await pageUtils.pressKeys( 'Shift+Tab' ); > 224 | await expect( preferencesModalContent ).not.toBeFocused(); | ^ 225 | } ); 226 | } ); 227 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:224:47
[chromium] › editor/various/a11y.spec.js:123:2 › a11y (@firefox: test/e2e/specs/editor/various/a11y.spec.js#L224
1) [chromium] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).not.toBeFocused() Locator: locator('role=dialog[name="Preferences"i]').locator('role=document') Expected: not focused Received: focused Call log: - expect.not.toBeFocused with timeout 5000ms - waiting for locator('role=dialog[name="Preferences"i]').locator('role=document') - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" 222 | await expect( closeButton ).toBeFocused(); 223 | await pageUtils.pressKeys( 'Shift+Tab' ); > 224 | await expect( preferencesModalContent ).not.toBeFocused(); | ^ 225 | } ); 226 | } ); 227 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:224:47
[chromium] › editor/various/a11y.spec.js:123:2 › a11y (@firefox: test/e2e/specs/editor/various/a11y.spec.js#L224
1) [chromium] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).not.toBeFocused() Locator: locator('role=dialog[name="Preferences"i]').locator('role=document') Expected: not focused Received: focused Call log: - expect.not.toBeFocused with timeout 5000ms - waiting for locator('role=dialog[name="Preferences"i]').locator('role=document') - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" 222 | await expect( closeButton ).toBeFocused(); 223 | await pageUtils.pressKeys( 'Shift+Tab' ); > 224 | await expect( preferencesModalContent ).not.toBeFocused(); | ^ 225 | } ); 226 | } ); 227 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:224:47
[chromium] › editor/various/adding-inline-tokens.spec.js:19:2 › adding inline tokens › should insert inline image: test/e2e/specs/editor/various/adding-inline-tokens.spec.js#L68
2) [chromium] › editor/various/adding-inline-tokens.spec.js:19:2 › adding inline tokens › should insert inline image TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=spinbutton[name="WIDTH"i]') ============================================================ 66 | await page.keyboard.press( 'Tab' ); 67 | await page.keyboard.press( 'Tab' ); > 68 | await page.fill( 'role=spinbutton[name="WIDTH"i]', '20' ); | ^ 69 | await page.click( 'role=button[name="Apply"i]' ); 70 | 71 | // Check the content. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/adding-inline-tokens.spec.js:68:14
[chromium] › editor/various/adding-inline-tokens.spec.js:19:2 › adding inline tokens › should insert inline image: test/e2e/specs/editor/various/adding-inline-tokens.spec.js#L68
2) [chromium] › editor/various/adding-inline-tokens.spec.js:19:2 › adding inline tokens › should insert inline image Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=spinbutton[name="WIDTH"i]') ============================================================ 66 | await page.keyboard.press( 'Tab' ); 67 | await page.keyboard.press( 'Tab' ); > 68 | await page.fill( 'role=spinbutton[name="WIDTH"i]', '20' ); | ^ 69 | await page.click( 'role=button[name="Apply"i]' ); 70 | 71 | // Check the content. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/adding-inline-tokens.spec.js:68:14
[chromium] › editor/various/adding-inline-tokens.spec.js:19:2 › adding inline tokens › should insert inline image: test/e2e/specs/editor/various/adding-inline-tokens.spec.js#L68
2) [chromium] › editor/various/adding-inline-tokens.spec.js:19:2 › adding inline tokens › should insert inline image Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=spinbutton[name="WIDTH"i]') ============================================================ 66 | await page.keyboard.press( 'Tab' ); 67 | await page.keyboard.press( 'Tab' ); > 68 | await page.fill( 'role=spinbutton[name="WIDTH"i]', '20' ); | ^ 69 | await page.click( 'role=button[name="Apply"i]' ); 70 | 71 | // Check the content. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/adding-inline-tokens.spec.js:68:14
[chromium] › editor/various/adding-patterns.spec.js:11:2 › adding patterns › should insert a block pattern: test/e2e/specs/editor/various/adding-patterns.spec.js#L16
3) [chromium] › editor/various/adding-patterns.spec.js:11:2 › adding patterns › should insert a block pattern TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=region[name="Block Library"i]').locator('role=searchbox[name="Search for blocks and patterns"i]') ============================================================ 14 | ); 15 | > 16 | await page.fill( | ^ 17 | 'role=region[name="Block Library"i] >> role=searchbox[name="Search for blocks and patterns"i]', 18 | 'Social links with a shared background color' 19 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/adding-patterns.spec.js:16:14
[chromium] › editor/various/adding-patterns.spec.js:11:2 › adding patterns › should insert a block pattern: test/e2e/specs/editor/various/adding-patterns.spec.js#L16
3) [chromium] › editor/various/adding-patterns.spec.js:11:2 › adding patterns › should insert a block pattern Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=region[name="Block Library"i]').locator('role=searchbox[name="Search for blocks and patterns"i]') ============================================================ 14 | ); 15 | > 16 | await page.fill( | ^ 17 | 'role=region[name="Block Library"i] >> role=searchbox[name="Search for blocks and patterns"i]', 18 | 'Social links with a shared background color' 19 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/adding-patterns.spec.js:16:14
[chromium] › editor/various/adding-patterns.spec.js:11:2 › adding patterns › should insert a block pattern: test/e2e/specs/editor/various/adding-patterns.spec.js#L16
3) [chromium] › editor/various/adding-patterns.spec.js:11:2 › adding patterns › should insert a block pattern Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=region[name="Block Library"i]').locator('role=searchbox[name="Search for blocks and patterns"i]') ============================================================ 14 | ); 15 | > 16 | await page.fill( | ^ 17 | 'role=region[name="Block Library"i] >> role=searchbox[name="Search for blocks and patterns"i]', 18 | 'Social links with a shared background color' 19 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/adding-patterns.spec.js:16:14
[chromium] › editor/various/allowed-patterns.spec.js:17:2 › Allowed Patterns › should show all patterns when all blocks are allowed: test/e2e/specs/editor/various/allowed-patterns.spec.js#L34
4) [chromium] › editor/various/allowed-patterns.spec.js:17:2 › Allowed Patterns › should show all patterns when all blocks are allowed TimeoutError: locator.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('region', { name: 'Block Library' }).getByRole('searchbox', { name: 'Search for blocks and patterns' }) ============================================================ 32 | name: 'Search for blocks and patterns', 33 | } ) > 34 | .fill( 'Test:' ); | ^ 35 | 36 | await expect( 37 | page at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/allowed-patterns.spec.js:34:5
[webkit] › editor/various/a11y.spec.js:123:2 › a11y (@firefox: test/e2e/specs/editor/various/a11y.spec.js#L224
1) [webkit] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable Error: Timed out 5000ms waiting for expect(locator).not.toBeFocused() Locator: locator('role=dialog[name="Preferences"i]').locator('role=document') Expected: not focused Received: focused Call log: - expect.not.toBeFocused with timeout 5000ms - waiting for locator('role=dialog[name="Preferences"i]').locator('role=document') - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" 222 | await expect( closeButton ).toBeFocused(); 223 | await pageUtils.pressKeys( 'Shift+Tab' ); > 224 | await expect( preferencesModalContent ).not.toBeFocused(); | ^ 225 | } ); 226 | } ); 227 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:224:47
[webkit] › editor/various/a11y.spec.js:123:2 › a11y (@firefox: test/e2e/specs/editor/various/a11y.spec.js#L224
1) [webkit] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).not.toBeFocused() Locator: locator('role=dialog[name="Preferences"i]').locator('role=document') Expected: not focused Received: focused Call log: - expect.not.toBeFocused with timeout 5000ms - waiting for locator('role=dialog[name="Preferences"i]').locator('role=document') - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" 222 | await expect( closeButton ).toBeFocused(); 223 | await pageUtils.pressKeys( 'Shift+Tab' ); > 224 | await expect( preferencesModalContent ).not.toBeFocused(); | ^ 225 | } ); 226 | } ); 227 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:224:47
[webkit] › editor/various/a11y.spec.js:123:2 › a11y (@firefox: test/e2e/specs/editor/various/a11y.spec.js#L224
1) [webkit] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).not.toBeFocused() Locator: locator('role=dialog[name="Preferences"i]').locator('role=document') Expected: not focused Received: focused Call log: - expect.not.toBeFocused with timeout 5000ms - waiting for locator('role=dialog[name="Preferences"i]').locator('role=document') - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" - locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div> - unexpected value "focused" 222 | await expect( closeButton ).toBeFocused(); 223 | await pageUtils.pressKeys( 'Shift+Tab' ); > 224 | await expect( preferencesModalContent ).not.toBeFocused(); | ^ 225 | } ); 226 | } ); 227 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:224:47
[webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@firefox: test/e2e/specs/editor/various/inserting-blocks.spec.js#L57
2) [webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts blocks by dragging and dropping from the global inserter TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=region[name="Block Library"i]').locator('role=searchbox[name="Search for blocks and patterns"i]') ============================================================ 55 | ); 56 | > 57 | await page.fill( | ^ 58 | 'role=region[name="Block Library"i] >> role=searchbox[name="Search for blocks and patterns"i]', 59 | 'Heading' 60 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:57:14
[webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@firefox: test/e2e/specs/editor/various/inserting-blocks.spec.js#L57
2) [webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts blocks by dragging and dropping from the global inserter Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=region[name="Block Library"i]').locator('role=searchbox[name="Search for blocks and patterns"i]') ============================================================ 55 | ); 56 | > 57 | await page.fill( | ^ 58 | 'role=region[name="Block Library"i] >> role=searchbox[name="Search for blocks and patterns"i]', 59 | 'Heading' 60 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:57:14
[webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@firefox: test/e2e/specs/editor/various/inserting-blocks.spec.js#L57
2) [webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts blocks by dragging and dropping from the global inserter Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=region[name="Block Library"i]').locator('role=searchbox[name="Search for blocks and patterns"i]') ============================================================ 55 | ); 56 | > 57 | await page.fill( | ^ 58 | 'role=region[name="Block Library"i] >> role=searchbox[name="Search for blocks and patterns"i]', 59 | 'Heading' 60 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:57:14
[webkit] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@firefox: test/e2e/specs/editor/various/inserting-blocks.spec.js#L120
3) [webkit] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=region[name="Block Library"i]').locator('role=searchbox[name="Search for blocks and patterns"i]') ============================================================ 118 | ); 119 | > 120 | await page.fill( | ^ 121 | 'role=region[name="Block Library"i] >> role=searchbox[name="Search for blocks and patterns"i]', 122 | 'Heading' 123 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:120:14
[webkit] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@firefox: test/e2e/specs/editor/various/inserting-blocks.spec.js#L120
3) [webkit] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=region[name="Block Library"i]').locator('role=searchbox[name="Search for blocks and patterns"i]') ============================================================ 118 | ); 119 | > 120 | await page.fill( | ^ 121 | 'role=region[name="Block Library"i] >> role=searchbox[name="Search for blocks and patterns"i]', 122 | 'Heading' 123 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:120:14
[webkit] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@firefox: test/e2e/specs/editor/various/inserting-blocks.spec.js#L120
3) [webkit] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=region[name="Block Library"i]').locator('role=searchbox[name="Search for blocks and patterns"i]') ============================================================ 118 | ); 119 | > 120 | await page.fill( | ^ 121 | 'role=region[name="Block Library"i] >> role=searchbox[name="Search for blocks and patterns"i]', 122 | 'Heading' 123 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:120:14
[webkit] › editor/various/inserting-blocks.spec.js:147:2 › Inserting blocks (@firefox: test/e2e/specs/editor/various/inserting-blocks.spec.js#L178
4) [webkit] › editor/various/inserting-blocks.spec.js:147:2 › Inserting blocks (@Firefox, @WebKit) › inserts patterns by dragging and dropping from the global inserter TimeoutError: page.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for locator('role=region[name="Block Library"i]').locator('role=searchbox[name="Search for blocks and patterns"i]') ============================================================ 176 | const PATTERN_NAME = 'Social links with a shared background color'; 177 | > 178 | await page.fill( | ^ 179 | 'role=region[name="Block Library"i] >> role=searchbox[name="Search for blocks and patterns"i]', 180 | PATTERN_NAME 181 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:178:14
Playwright - 7
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Playwright - 6
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[chromium] › site-editor/global-styles-sidebar.spec.js:23:2 › Global styles sidebar › should filter blocks list results: test/e2e/specs/site-editor/global-styles-sidebar.spec.js#L36
1) [chromium] › site-editor/global-styles-sidebar.spec.js:23:2 › Global styles sidebar › should filter blocks list results TimeoutError: locator.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('searchbox', { name: 'Search for blocks' }) ============================================================ 34 | await page 35 | .getByRole( 'searchbox', { name: 'Search for blocks' } ) > 36 | .fill( 'heading' ); | ^ 37 | 38 | // Matches both Heading and Table of Contents blocks. 39 | // The latter contains "heading" in its description. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/global-styles-sidebar.spec.js:36:5
[chromium] › site-editor/global-styles-sidebar.spec.js:23:2 › Global styles sidebar › should filter blocks list results: test/e2e/specs/site-editor/global-styles-sidebar.spec.js#L36
1) [chromium] › site-editor/global-styles-sidebar.spec.js:23:2 › Global styles sidebar › should filter blocks list results Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('searchbox', { name: 'Search for blocks' }) ============================================================ 34 | await page 35 | .getByRole( 'searchbox', { name: 'Search for blocks' } ) > 36 | .fill( 'heading' ); | ^ 37 | 38 | // Matches both Heading and Table of Contents blocks. 39 | // The latter contains "heading" in its description. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/global-styles-sidebar.spec.js:36:5
[chromium] › site-editor/global-styles-sidebar.spec.js:23:2 › Global styles sidebar › should filter blocks list results: test/e2e/specs/site-editor/global-styles-sidebar.spec.js#L36
1) [chromium] › site-editor/global-styles-sidebar.spec.js:23:2 › Global styles sidebar › should filter blocks list results Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.fill: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('searchbox', { name: 'Search for blocks' }) ============================================================ 34 | await page 35 | .getByRole( 'searchbox', { name: 'Search for blocks' } ) > 36 | .fill( 'heading' ); | ^ 37 | 38 | // Matches both Heading and Table of Contents blocks. 39 | // The latter contains "heading" in its description. at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/global-styles-sidebar.spec.js:36:5
[chromium] › site-editor/new-templates-list.spec.js:45:2 › Templates › Filtering: test/e2e/specs/site-editor/new-templates-list.spec.js#L57
2) [chromium] › site-editor/new-templates-list.spec.js:45:2 › Templates › Filtering ────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: getByRole('region', { name: 'Template' }).getByRole('link', { includeHidden: true }) Expected: 1 Received: 6 Call log: - expect.toHaveCount with timeout 5000ms - waiting for getByRole('region', { name: 'Template' }).getByRole('link', { includeHidden: true }) - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" 55 | .getByRole( 'region', { name: 'Template' } ) 56 | .getByRole( 'link', { includeHidden: true } ); > 57 | await expect( titles ).toHaveCount( 1 ); | ^ 58 | await expect( titles.first() ).toHaveText( 'Tag Archives' ); 59 | await page.getByRole( 'button', { name: 'Reset filters' } ).click(); 60 | await expect( titles ).toHaveCount( 6 ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/new-templates-list.spec.js:57:26
[chromium] › site-editor/new-templates-list.spec.js:45:2 › Templates › Filtering: test/e2e/specs/site-editor/new-templates-list.spec.js#L57
2) [chromium] › site-editor/new-templates-list.spec.js:45:2 › Templates › Filtering ────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: getByRole('region', { name: 'Template' }).getByRole('link', { includeHidden: true }) Expected: 1 Received: 6 Call log: - expect.toHaveCount with timeout 5000ms - waiting for getByRole('region', { name: 'Template' }).getByRole('link', { includeHidden: true }) - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" 55 | .getByRole( 'region', { name: 'Template' } ) 56 | .getByRole( 'link', { includeHidden: true } ); > 57 | await expect( titles ).toHaveCount( 1 ); | ^ 58 | await expect( titles.first() ).toHaveText( 'Tag Archives' ); 59 | await page.getByRole( 'button', { name: 'Reset filters' } ).click(); 60 | await expect( titles ).toHaveCount( 6 ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/new-templates-list.spec.js:57:26
[chromium] › site-editor/new-templates-list.spec.js:45:2 › Templates › Filtering: test/e2e/specs/site-editor/new-templates-list.spec.js#L57
2) [chromium] › site-editor/new-templates-list.spec.js:45:2 › Templates › Filtering ────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: getByRole('region', { name: 'Template' }).getByRole('link', { includeHidden: true }) Expected: 1 Received: 6 Call log: - expect.toHaveCount with timeout 5000ms - waiting for getByRole('region', { name: 'Template' }).getByRole('link', { includeHidden: true }) - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" - locator resolved to 6 elements - unexpected value "6" 55 | .getByRole( 'region', { name: 'Template' } ) 56 | .getByRole( 'link', { includeHidden: true } ); > 57 | await expect( titles ).toHaveCount( 1 ); | ^ 58 | await expect( titles.first() ).toHaveText( 'Tag Archives' ); 59 | await page.getByRole( 'button', { name: 'Reset filters' } ).click(); 60 | await expect( titles ).toHaveCount( 6 ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/new-templates-list.spec.js:57:26
[chromium] › site-editor/site-editor-inserter.spec.js:24:2 › Site Editor Inserter › inserter toggle button should toggle global inserter: test/e2e/specs/site-editor/site-editor-inserter.spec.js#L34
3) [chromium] › site-editor/site-editor-inserter.spec.js:24:2 › Site Editor Inserter › inserter toggle button should toggle global inserter Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('role=searchbox[name="Search for blocks and patterns"i]') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('role=searchbox[name="Search for blocks and patterns"i]') 32 | 'role=searchbox[name="Search for blocks and patterns"i]' 33 | ) > 34 | ).toBeVisible(); | ^ 35 | await page.click( 'role=button[name="Toggle block inserter"i]' ); 36 | //Hidden State check 37 | await expect( at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/site-editor-inserter.spec.js:34:5
[chromium] › site-editor/site-editor-inserter.spec.js:24:2 › Site Editor Inserter › inserter toggle button should toggle global inserter: test/e2e/specs/site-editor/site-editor-inserter.spec.js#L34
3) [chromium] › site-editor/site-editor-inserter.spec.js:24:2 › Site Editor Inserter › inserter toggle button should toggle global inserter Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('role=searchbox[name="Search for blocks and patterns"i]') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('role=searchbox[name="Search for blocks and patterns"i]') 32 | 'role=searchbox[name="Search for blocks and patterns"i]' 33 | ) > 34 | ).toBeVisible(); | ^ 35 | await page.click( 'role=button[name="Toggle block inserter"i]' ); 36 | //Hidden State check 37 | await expect( at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/site-editor-inserter.spec.js:34:5
[chromium] › site-editor/site-editor-inserter.spec.js:24:2 › Site Editor Inserter › inserter toggle button should toggle global inserter: test/e2e/specs/site-editor/site-editor-inserter.spec.js#L34
3) [chromium] › site-editor/site-editor-inserter.spec.js:24:2 › Site Editor Inserter › inserter toggle button should toggle global inserter Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('role=searchbox[name="Search for blocks and patterns"i]') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('role=searchbox[name="Search for blocks and patterns"i]') 32 | 'role=searchbox[name="Search for blocks and patterns"i]' 33 | ) > 34 | ).toBeVisible(); | ^ 35 | await page.click( 'role=button[name="Toggle block inserter"i]' ); 36 | //Hidden State check 37 | await expect( at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/site-editor-inserter.spec.js:34:5
[chromium] › site-editor/style-variations.spec.js:110:2 › Global styles variations › should apply custom colors and font sizes in a variation: test/e2e/specs/site-editor/style-variations.spec.js#L154
4) [chromium] › site-editor/style-variations.spec.js:110:2 › Global styles variations › should apply custom colors and font sizes in a variation Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected) Locator: locator('role=spinbutton[name="Custom"i]') Expected string: "15" Received string: "" Call log: - expect.toHaveValue with timeout 5000ms - waiting for locator('role=spinbutton[name="Custom"i]') 152 | await expect( 153 | page.locator( 'role=spinbutton[name="Custom"i]' ) > 154 | ).toHaveValue( '15' ); | ^ 155 | } ); 156 | 157 | test( 'should apply a color palette in a variation', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/style-variations.spec.js:154:5
Playwright - 4
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[chromium] › editor/various/datepicker.spec.js:42:3 › Datepicker: Pacific/Honolulu › should show the publishing date if the date is in the past: 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
[chromium] › editor/various/datepicker.spec.js:42:3 › Datepicker: Pacific/Honolulu › should show the publishing date if the date is in the past: 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
[chromium] › editor/various/datepicker.spec.js:42:3 › Datepicker: Pacific/Honolulu › should show the publishing date if the date is in the past: 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
[chromium] › editor/various/datepicker.spec.js:64:3 › Datepicker: Pacific/Honolulu › should show the publishing date if the date is in the future: 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
[chromium] › editor/various/datepicker.spec.js:64:3 › Datepicker: Pacific/Honolulu › should show the publishing date if the date is in the future: 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
[chromium] › editor/various/datepicker.spec.js:64:3 › Datepicker: Pacific/Honolulu › should show the publishing date if the date is in the future: 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
[chromium] › editor/various/datepicker.spec.js:86:3 › Datepicker: Pacific/Honolulu › should show the publishing date as "Immediately" if the date is cleared: 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
[chromium] › editor/various/datepicker.spec.js:86:3 › Datepicker: Pacific/Honolulu › should show the publishing date as "Immediately" if the date is cleared: 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
[chromium] › editor/various/datepicker.spec.js:86:3 › Datepicker: Pacific/Honolulu › should show the publishing date as "Immediately" if the date is cleared: 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
[chromium] › editor/various/datepicker.spec.js:42:3 › Datepicker: UTC › should show the publishing date if the date is in the past: 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
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 - 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/.
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 - 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 - 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 - 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 - 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
5 failed [chromium] › editor/blocks/buttons.spec.js:311:2 › Buttons › can apply custom colors ─────────── [chromium] › editor/blocks/buttons.spec.js:372:2 › Buttons › can apply custom gradient background color [chromium] › editor/blocks/cover.spec.js:125:2 › Cover › can be resized using drag & drop ────── [chromium] › editor/blocks/group.spec.js:11:2 › Group › can be created using the block inserter [chromium] › editor/blocks/heading.spec.js:122:2 › Heading › should correctly apply custom colors 11 skipped 147 passed (11.1m)
🎭 Playwright Run Summary
4 failed [chromium] › editor/various/patterns.spec.js:472:2 › Synced pattern › will not break the editor if empty [chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Pacific/Honolulu › Should change publishing button text from "Publish" to "Schedule" [chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone UTC › Should change publishing button text from "Publish" to "Schedule" [chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Australia/Sydney › Should change publishing button text from "Publish" to "Schedule" 1 skipped 154 passed (10.8m)
🎭 Playwright Run Summary
7 failed [chromium] › editor/blocks/navigation-list-view.spec.js:137:2 › Navigation block - List view editing › can add new menu items [chromium] › editor/plugins/allowed-blocks.spec.js:19:2 › Allowed Blocks Filter › should restrict the allowed blocks in the inserter [chromium] › editor/plugins/block-directory.spec.js:106:2 › Block Directory › Should show an empty state when no plugin is found [chromium] › editor/plugins/block-directory.spec.js:153:2 › Block Directory › Should be able to add (the first) block [chromium] › editor/plugins/block-variations.spec.js:21:2 › Block variations › Search for the overridden default Quote block [chromium] › editor/plugins/block-variations.spec.js:62:2 › Block variations › Search for the Paragraph block with 2 additional variations [chromium] › editor/plugins/image-size.spec.js:25:2 › changing image size › should insert and change my image size 2 flaky [chromium] › editor/blocks/navigation-list-view.spec.js:49:2 › Navigation block - List view editing › show a list view in the inspector controls [chromium] › editor/blocks/navigation.spec.js:49:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to my only existing menu 1 skipped 150 passed (12.4m)
🎭 Playwright Run Summary
8 failed [chromium] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable [chromium] › editor/various/adding-inline-tokens.spec.js:19:2 › adding inline tokens › should insert inline image [chromium] › editor/various/adding-patterns.spec.js:11:2 › adding patterns › should insert a block pattern [chromium] › editor/various/allowed-patterns.spec.js:17:2 › Allowed Patterns › should show all patterns when all blocks are allowed [chromium] › editor/various/allowed-patterns.spec.js:60:3 › Allowed Patterns › with a small subset of allowed blocks › should show only allowed patterns [chromium] › editor/various/block-bindings.spec.js:1071:4 › Block bindings › Post/page context › Image › Should show value of the custom field in the alt textarea when alt is bound [chromium] › editor/various/block-bindings.spec.js:1137:4 › Block bindings › Post/page context › Image › Should show value of the custom field in the title input when title is bound [chromium] › editor/various/block-bindings.spec.js:1213:4 › Block bindings › Post/page context › Image › Multiple bindings should show the value of the custom fields 155 passed (12.4m)
🎭 Playwright Run Summary
7 failed [webkit] › editor/various/a11y.spec.js:123:2 › a11y (@Firefox, @WebKit) › should make the modal content focusable when it is scrollable [webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts blocks by dragging and dropping from the global inserter [webkit] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape [webkit] › editor/various/inserting-blocks.spec.js:147:2 › Inserting blocks (@Firefox, @WebKit) › inserts patterns by dragging and dropping from the global inserter [webkit] › editor/various/inserting-blocks.spec.js:209:2 › Inserting blocks (@Firefox, @WebKit) › inserts synced patterns by dragging and dropping from the global inserter [webkit] › editor/various/inserting-blocks.spec.js:306:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging patterns from the global inserter by pressing Escape [webkit] › editor/various/inserting-blocks.spec.js:553:2 › Inserting blocks (@Firefox, @WebKit) › passes the search value in the main inserter when clicking `Browse all` 182 passed (13.0m)
🎭 Playwright Run Summary
12 failed [chromium] › site-editor/global-styles-sidebar.spec.js:23:2 › Global styles sidebar › should filter blocks list results [chromium] › site-editor/new-templates-list.spec.js:45:2 › Templates › Filtering ─────────────── [chromium] › site-editor/site-editor-inserter.spec.js:24:2 › Site Editor Inserter › inserter toggle button should toggle global inserter [chromium] › site-editor/style-variations.spec.js:110:2 › Global styles variations › should apply custom colors and font sizes in a variation [chromium] › widgets/customizing-widgets.spec.js:45:2 › Widgets Customizer › should add blocks ─ [chromium] › widgets/customizing-widgets.spec.js:171:2 › Widgets Customizer › should handle the inserter outer section [chromium] › widgets/customizing-widgets.spec.js:349:2 › Widgets Customizer › should handle legacy widgets [chromium] › widgets/customizing-widgets.spec.js:537:2 › Widgets Customizer › should stay in block settings after making a change in that area [chromium] › widgets/customizing-widgets.spec.js:589:2 › Widgets Customizer › preserves content in the Custom HTML block [chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter [chromium] › widgets/editing-widgets.spec.js:148:2 › Widgets screen › Should insert content using the inline inserter [chromium] › widgets/editing-widgets.spec.js:627:2 › Widgets screen › allows blocks to be added on mobile viewports 4 skipped 145 passed (14.9m)
🎭 Playwright Run Summary
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)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
23.9 MB
flaky-tests-report Expired
2.46 KB