Skip to content

Redux store: batch resolver startResolution actions #102078

Redux store: batch resolver startResolution actions

Redux store: batch resolver startResolution actions #102078

Re-run triggered April 22, 2024 12:16
Status Failure
Total duration 21m 41s
Artifacts 4

end2end-test.yml

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

Annotations

12 errors, 9 warnings, and 8 notices
[chromium] › editor/blocks/navigation-list-view.spec.js:547:2 › Navigation block - List view editing › can create a new menu without losing focus: test/e2e/specs/editor/blocks/navigation-list-view.spec.js#L564
1) [chromium] › editor/blocks/navigation-list-view.spec.js:547:2 › Navigation block - List view editing › can create a new menu without losing focus Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('menuitem', { name: 'Create new menu' }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('menuitem', { name: 'Create new menu' }) 562 | await expect( 563 | page.getByRole( 'menuitem', { name: 'Create new menu' } ) > 564 | ).toBeFocused(); | ^ 565 | 566 | await page.keyboard.press( 'Enter' ); 567 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:564:5
[chromium] › editor/blocks/navigation-list-view.spec.js:547:2 › Navigation block - List view editing › can create a new menu without losing focus: test/e2e/specs/editor/blocks/navigation-list-view.spec.js#L564
1) [chromium] › editor/blocks/navigation-list-view.spec.js:547:2 › Navigation block - List view editing › can create a new menu without losing focus Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('menuitem', { name: 'Create new menu' }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('menuitem', { name: 'Create new menu' }) 562 | await expect( 563 | page.getByRole( 'menuitem', { name: 'Create new menu' } ) > 564 | ).toBeFocused(); | ^ 565 | 566 | await page.keyboard.press( 'Enter' ); 567 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:564:5
[chromium] › editor/blocks/navigation-list-view.spec.js:547:2 › Navigation block - List view editing › can create a new menu without losing focus: test/e2e/specs/editor/blocks/navigation-list-view.spec.js#L564
1) [chromium] › editor/blocks/navigation-list-view.spec.js:547:2 › Navigation block - List view editing › can create a new menu without losing focus Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: getByRole('menuitem', { name: 'Create new menu' }) Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('menuitem', { name: 'Create new menu' }) 562 | await expect( 563 | page.getByRole( 'menuitem', { name: 'Create new menu' } ) > 564 | ).toBeFocused(); | ^ 565 | 566 | await page.keyboard.press( 'Enter' ); 567 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:564:5
Playwright - 2
Process completed with exit code 1.
[chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation: test/e2e/specs/site-editor/site-editor-url-navigation.spec.js#L44
1) [chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('button', { name: 'For a specific item' }) 42 | await page 43 | .getByRole( 'button', { name: 'For a specific item' } ) > 44 | .click(); | ^ 45 | await page.getByRole( 'option', { name: 'Demo' } ).click(); 46 | await expect( page ).toHaveURL( 47 | '/wp-admin/site-editor.php?postId=emptytheme%2F%2Fsingle-post-demo&postType=wp_template&canvas=edit' at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/site-editor-url-navigation.spec.js:44:5
[chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu: test/e2e/specs/editor/various/patterns.spec.js#L76
1) [chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('tab', { name: 'Contact details' }) 74 | name: newCategory, 75 | } ) > 76 | .click(); | ^ 77 | const pattern = page.getByLabel( 'My unsynced pattern' ).first(); 78 | 79 | const insertedPatternId = await pattern.evaluate( at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:76:5
[chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu: test/e2e/specs/editor/various/patterns.spec.js#L76
1) [chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('tab', { name: 'Contact details' }) 74 | name: newCategory, 75 | } ) > 76 | .click(); | ^ 77 | const pattern = page.getByLabel( 'My unsynced pattern' ).first(); 78 | 79 | const insertedPatternId = await pattern.evaluate( at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:76:5
[chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu: test/e2e/specs/editor/various/patterns.spec.js#L76
1) [chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('tab', { name: 'Contact details' }) 74 | name: newCategory, 75 | } ) > 76 | .click(); | ^ 77 | const pattern = page.getByLabel( 'My unsynced pattern' ).first(); 78 | 79 | const insertedPatternId = await pattern.evaluate( at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:76:5
[chromium] › editor/various/patterns.spec.js:117:2 › Synced pattern › create a new synced pattern via the block options menu: test/e2e/specs/editor/various/patterns.spec.js#L191
2) [chromium] › editor/various/patterns.spec.js:117:2 › Synced pattern › create a new synced pattern via the block options menu TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('tab', { name: 'Contact details' }) 189 | name: newCategory, 190 | } ) > 191 | .click(); | ^ 192 | await page.getByRole( 'option', { name: 'My synced pattern' } ).click(); 193 | 194 | await expect.poll( editor.getBlocks ).toEqual( [ ...after, ...after ] ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:191:5
[chromium] › editor/various/patterns.spec.js:117:2 › Synced pattern › create a new synced pattern via the block options menu: test/e2e/specs/editor/various/patterns.spec.js#L191
2) [chromium] › editor/various/patterns.spec.js:117:2 › Synced pattern › create a new synced pattern via the block options menu Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('tab', { name: 'Contact details' }) 189 | name: newCategory, 190 | } ) > 191 | .click(); | ^ 192 | await page.getByRole( 'option', { name: 'My synced pattern' } ).click(); 193 | 194 | await expect.poll( editor.getBlocks ).toEqual( [ ...after, ...after ] ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:191:5
[chromium] › editor/various/patterns.spec.js:117:2 › Synced pattern › create a new synced pattern via the block options menu: test/e2e/specs/editor/various/patterns.spec.js#L191
2) [chromium] › editor/various/patterns.spec.js:117:2 › Synced pattern › create a new synced pattern via the block options menu Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for getByRole('tab', { name: 'Contact details' }) 189 | name: newCategory, 190 | } ) > 191 | .click(); | ^ 192 | await page.getByRole( 'option', { name: 'My synced pattern' } ).click(); 193 | 194 | await expect.poll( editor.getBlocks ).toEqual( [ ...after, ...after ] ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:191:5
Playwright - 4
Process completed with exit code 1.
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 - 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 - 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 - 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 - 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 - 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 - 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
1 failed [chromium] › editor/blocks/navigation-list-view.spec.js:547:2 › Navigation block - List view editing › can create a new menu without losing focus 1 skipped 190 passed (9.7m)
🎭 Playwright Run Summary
11 skipped 180 passed (9.7m)
🎭 Playwright Run Summary
185 passed (8.3m)
🎭 Playwright Run Summary
1 skipped 177 passed (8.8m)
🎭 Playwright Run Summary
1 flaky [chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation 3 skipped 180 passed (5.8m)
🎭 Playwright Run Summary
221 passed (11.9m)
🎭 Playwright Run Summary
3 skipped 145 passed (7.6m)
🎭 Playwright Run Summary
2 failed [chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu [chromium] › editor/various/patterns.spec.js:117:2 › Synced pattern › create a new synced pattern via the block options menu 1 skipped 182 passed (10.9m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
10.1 MB