Skip to content

npm lockfile: hoist reakit and date-fns packages to the top #75730

npm lockfile: hoist reakit and date-fns packages to the top

npm lockfile: hoist reakit and date-fns packages to the top #75730

Triggered via pull request June 15, 2023 16:25
Status Success
Total duration 37m 59s
Artifacts 2

end2end-test.yml

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

Annotations

4 errors and 2 notices
[chromium] › editor/blocks/navigation.spec.js:974:3 › Navigation block - Frontend interactivity › Overlay menu › Overlay menu interactions: packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L20
1) [chromium] › editor/blocks/navigation.spec.js:974:3 › Navigation block - Frontend interactivity › Overlay menu › Overlay menu interactions TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true }) locator resolved to <button type="button" aria-label="Save" aria-disabled="f…>Save</button> attempting click action waiting for element to be visible, enabled and stable element was detached from the DOM, retrying ============================================================ at ../../../packages/e2e-test-utils-playwright/src/editor/site-editor.ts:20 18 | await editorTopBar 19 | .getByRole( 'button', { name: 'Save', exact: true } ) > 20 | .click(); | ^ 21 | 22 | // Second Save button in the entities panel. 23 | await savePanel at Editor.saveSiteEditorEntities (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/site-editor.ts:20:4) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:971:17
[chromium] › editor/blocks/navigation.spec.js:1159:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) › submenu opens on click in the arrow: packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L20
2) [chromium] › editor/blocks/navigation.spec.js:1159:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) › submenu opens on click in the arrow TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true }) locator resolved to <button type="button" aria-label="Save" aria-disabled="f…>Save</button> attempting click action waiting for element to be visible, enabled and stable element was detached from the DOM, retrying ============================================================ at ../../../packages/e2e-test-utils-playwright/src/editor/site-editor.ts:20 18 | await editorTopBar 19 | .getByRole( 'button', { name: 'Save', exact: true } ) > 20 | .click(); | ^ 21 | 22 | // Second Save button in the entities panel. 23 | await savePanel at Editor.saveSiteEditorEntities (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/site-editor.ts:20:4) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:1156:17
[chromium] › editor/blocks/navigation.spec.js:1220:3 › Navigation block - Frontend interactivity › Page list block › page-list submenu user interactions: packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L20
3) [chromium] › editor/blocks/navigation.spec.js:1220:3 › Navigation block - Frontend interactivity › Page list block › page-list submenu user interactions TimeoutError: locator.click: Timeout 10000ms exceeded. =========================== logs =========================== waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true }) locator resolved to <button type="button" aria-label="Save" aria-disabled="f…>Save</button> attempting click action waiting for element to be visible, enabled and stable element was detached from the DOM, retrying ============================================================ at ../../../packages/e2e-test-utils-playwright/src/editor/site-editor.ts:20 18 | await editorTopBar 19 | .getByRole( 'button', { name: 'Save', exact: true } ) > 20 | .click(); | ^ 21 | 22 | // Second Save button in the entities panel. 23 | await savePanel at Editor.saveSiteEditorEntities (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/site-editor.ts:20:4) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:1217:17
[chromium] › editor/blocks/navigation.spec.js:1220:3 › Navigation block - Frontend interactivity › Page list block › page-list submenu user interactions: test/e2e/specs/editor/blocks/navigation.spec.js#L1254
3) [chromium] › editor/blocks/navigation.spec.js:1220:3 › Navigation block - Frontend interactivity › Page list block › page-list submenu user interactions Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBeHidden() Call log: - expect.toBeHidden with timeout 5000ms - waiting for getByRole('link', { name: 'Subpage' }) - locator resolved to <a href="http://localhost:8889/?page_id=226" class=…>Subpage</a> - unexpected value "visible" - waiting for getByRole('link', { name: 'Subpage' }) - locator resolved to <a href="http://localhost:8889/?page_id=226" class=…>Subpage</a> - unexpected value "visible" - locator resolved to <a href="http://localhost:8889/?page_id=226" class=…>Subpage</a> - unexpected value "visible" - locator resolved to <a href="http://localhost:8889/?page_id=226" class=…>Subpage</a> - unexpected value "visible" - locator resolved to <a href="http://localhost:8889/?page_id=226" class=…>Subpage</a> - unexpected value "visible" - locator resolved to <a href="http://localhost:8889/?page_id=226" class=…>Subpage</a> - unexpected value "visible" - locator resolved to <a href="http://localhost:8889/?page_id=226" class=…>Subpage</a> - unexpected value "visible" - locator resolved to <a href="http://localhost:8889/?page_id=226" class=…>Subpage</a> - unexpected value "visible" - locator resolved to <a href="http://localhost:8889/?page_id=226" class=…>Subpage</a> - unexpected value "visible" 1252 | // Tab outside the submenu. 1253 | await page.keyboard.press( 'Tab' ); > 1254 | await expect( innerElement ).toBeHidden(); | ^ 1255 | } ); 1256 | } ); 1257 | } ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:1254:33
🎭 Playwright Run Summary
3 flaky [chromium] › editor/blocks/navigation.spec.js:974:3 › Navigation block - Frontend interactivity › Overlay menu › Overlay menu interactions [chromium] › editor/blocks/navigation.spec.js:1159:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) › submenu opens on click in the arrow [chromium] › editor/blocks/navigation.spec.js:1220:3 › Navigation block - Frontend interactivity › Page list block › page-list submenu user interactions 302 passed (21.3m)
🎭 Playwright Run Summary
2 skipped 302 passed (24.1m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
4.91 MB
flaky-tests-report Expired
26.6 KB