Skip to content

RangeControl: Add support for large 40px number input size #76410

RangeControl: Add support for large 40px number input size

RangeControl: Add support for large 40px number input size #76410

Re-run triggered June 22, 2023 21:55
Status Failure
Total duration 44m 8s
Artifacts 2

end2end-test.yml

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

Annotations

17 errors and 2 notices
Puppeteer - 1: packages/e2e-tests/specs/local/demo.test.js#L205
TimeoutError: Navigation timeout of 30000 ms exceeded at /home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/LifecycleWatcher.ts:205:18 at FrameManager.waitForFrameNavigation (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/FrameManager.ts:238:19) at Frame.waitForNavigation (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/FrameManager.ts:785:12) at Page.waitForNavigation (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/Page.ts:1833:12) at async Promise.all (index 1) at Object.<anonymous> (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/local/demo.test.js:33:3)
Puppeteer - 1
Process completed with exit code 1.
[chromium] › editor/plugins/nonce.spec.js:11:2 › Nonce › should refresh when expired: test/e2e/specs/editor/plugins/nonce.spec.js#L1
1) [chromium] › editor/plugins/nonce.spec.js:11:2 › Nonce › should refresh when expired ────────── Test timeout of 100000ms exceeded.
[chromium] › editor/plugins/nonce.spec.js:11:2 › Nonce › should refresh when expired: test/e2e/specs/editor/plugins/nonce.spec.js#L19
1) [chromium] › editor/plugins/nonce.spec.js:11:2 › Nonce › should refresh when expired ────────── Error: page.waitForLoadState: Navigation failed because page was closed! 17 | await page.keyboard.press( 'Enter' ); 18 | // Wait until the network is idle. > 19 | await page.waitForLoadState( 'networkidle' ); | ^ 20 | await page.keyboard.type( 'test' ); 21 | 22 | /** at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/nonce.spec.js:19:14
[chromium] › editor/plugins/nonce.spec.js:11:2 › Nonce › should refresh when expired: test/e2e/specs/editor/plugins/nonce.spec.js#L1
1) [chromium] › editor/plugins/nonce.spec.js:11:2 › Nonce › should refresh when expired ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 100000ms exceeded.
[chromium] › editor/plugins/nonce.spec.js:11:2 › Nonce › should refresh when expired: test/e2e/specs/editor/plugins/nonce.spec.js#L19
1) [chromium] › editor/plugins/nonce.spec.js:11:2 › Nonce › should refresh when expired ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForLoadState: Navigation failed because page was closed! 17 | await page.keyboard.press( 'Enter' ); 18 | // Wait until the network is idle. > 19 | await page.waitForLoadState( 'networkidle' ); | ^ 20 | await page.keyboard.type( 'test' ); 21 | 22 | /** at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/nonce.spec.js:19:14
[chromium] › editor/plugins/nonce.spec.js:11:2 › Nonce › should refresh when expired: test/e2e/specs/editor/plugins/nonce.spec.js#L1
1) [chromium] › editor/plugins/nonce.spec.js:11:2 › Nonce › should refresh when expired ────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 100000ms exceeded.
[chromium] › editor/plugins/nonce.spec.js:11:2 › Nonce › should refresh when expired: test/e2e/specs/editor/plugins/nonce.spec.js#L19
1) [chromium] › editor/plugins/nonce.spec.js:11:2 › Nonce › should refresh when expired ────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForLoadState: Navigation failed because page was closed! 17 | await page.keyboard.press( 'Enter' ); 18 | // Wait until the network is idle. > 19 | await page.waitForLoadState( 'networkidle' ); | ^ 20 | await page.keyboard.type( 'test' ); 21 | 22 | /** at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/nonce.spec.js:19:14
[chromium] › editor/blocks/navigation.spec.js:974:3 › Navigation block - Frontend interactivity › Overlay menu › Overlay menu interactions: test/e2e/specs/editor/blocks/navigation.spec.js#L1012
2) [chromium] › editor/blocks/navigation.spec.js:974:3 › Navigation block - Frontend interactivity › Overlay menu › Overlay menu interactions Error: expect(received).toBeFocused() Call log: - expect.toBeFocused with timeout 5000ms - waiting for getByRole('button', { name: 'Open menu' }) - locator resolved to <button aria-haspopup="true" aria-label="Open menu" data…>…</button> - unexpected value "not focused" - waiting for getByRole('button', { name: 'Open menu' }) - locator resolved to <button aria-haspopup="true" aria-label="Open menu" data…>…</button> - unexpected value "not focused" - locator resolved to <button aria-haspopup="true" aria-label="Open menu" data…>…</button> - unexpected value "not focused" - locator resolved to <button aria-haspopup="true" aria-label="Open menu" data…>…</button> - unexpected value "not focused" - locator resolved to <button aria-haspopup="true" aria-label="Open menu" data…>…</button> - unexpected value "not focused" - locator resolved to <button aria-haspopup="true" aria-label="Open menu" data…>…</button> - unexpected value "not focused" - locator resolved to <button aria-haspopup="true" aria-label="Open menu" data…>…</button> - unexpected value "not focused" - locator resolved to <button aria-haspopup="true" aria-label="Open menu" data…>…</button> - unexpected value "not focused" - locator resolved to <button aria-haspopup="true" aria-label="Open menu" data…>…</button> - unexpected value "not focused" 1010 | await page.keyboard.press( 'Escape' ); 1011 | await expect( overlayMenuFirstElement ).toBeHidden(); > 1012 | await expect( openMenuButton ).toBeFocused(); | ^ 1013 | } ); 1014 | } ); 1015 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:1012:35
Playwright - 1
Process completed with exit code 1.
[chromium] › editor/various/post-editor-template-mode.spec.js:73:2 › Post Editor Template mode › Allow creating custom block templates in classic themes: test/e2e/specs/editor/various/post-editor-template-mode.spec.js#L1
1) [chromium] › editor/various/post-editor-template-mode.spec.js:73:2 › Post Editor Template mode › Allow creating custom block templates in classic themes Test timeout of 100000ms exceeded.
[chromium] › editor/various/post-editor-template-mode.spec.js:73:2 › Post Editor Template mode › Allow creating custom block templates in classic themes: test/e2e/specs/editor/various/post-editor-template-mode.spec.js#L209
1) [chromium] › editor/various/post-editor-template-mode.spec.js:73:2 › Post Editor Template mode › Allow creating custom block templates in classic themes Error: page.waitForLoadState: Navigation failed because page was closed! 207 | // And the save states will not be counted as dirty. 208 | // There is likely a bug in the code, waiting for the snackbar above should be enough. > 209 | await this.page.waitForLoadState( 'networkidle' ); | ^ 210 | } 211 | 212 | async saveTemplateWithoutPublishing() { at PostEditorTemplateMode.createNewTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-editor-template-mode.spec.js:209:19) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-editor-template-mode.spec.js:85:3
[chromium] › editor/various/post-editor-template-mode.spec.js:73:2 › Post Editor Template mode › Allow creating custom block templates in classic themes: test/e2e/specs/editor/various/post-editor-template-mode.spec.js#L1
1) [chromium] › editor/various/post-editor-template-mode.spec.js:73:2 › Post Editor Template mode › Allow creating custom block templates in classic themes Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 100000ms exceeded.
[chromium] › editor/various/post-editor-template-mode.spec.js:73:2 › Post Editor Template mode › Allow creating custom block templates in classic themes: test/e2e/specs/editor/various/post-editor-template-mode.spec.js#L209
1) [chromium] › editor/various/post-editor-template-mode.spec.js:73:2 › Post Editor Template mode › Allow creating custom block templates in classic themes Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForLoadState: Navigation failed because page was closed! 207 | // And the save states will not be counted as dirty. 208 | // There is likely a bug in the code, waiting for the snackbar above should be enough. > 209 | await this.page.waitForLoadState( 'networkidle' ); | ^ 210 | } 211 | 212 | async saveTemplateWithoutPublishing() { at PostEditorTemplateMode.createNewTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-editor-template-mode.spec.js:209:19) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-editor-template-mode.spec.js:85:3
[chromium] › editor/various/post-editor-template-mode.spec.js:73:2 › Post Editor Template mode › Allow creating custom block templates in classic themes: test/e2e/specs/editor/various/post-editor-template-mode.spec.js#L1
1) [chromium] › editor/various/post-editor-template-mode.spec.js:73:2 › Post Editor Template mode › Allow creating custom block templates in classic themes Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 100000ms exceeded.
[chromium] › editor/various/post-editor-template-mode.spec.js:73:2 › Post Editor Template mode › Allow creating custom block templates in classic themes: test/e2e/specs/editor/various/post-editor-template-mode.spec.js#L209
1) [chromium] › editor/various/post-editor-template-mode.spec.js:73:2 › Post Editor Template mode › Allow creating custom block templates in classic themes Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForLoadState: Navigation failed because page was closed! 207 | // And the save states will not be counted as dirty. 208 | // There is likely a bug in the code, waiting for the snackbar above should be enough. > 209 | await this.page.waitForLoadState( 'networkidle' ); | ^ 210 | } 211 | 212 | async saveTemplateWithoutPublishing() { at PostEditorTemplateMode.createNewTemplate (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-editor-template-mode.spec.js:209:19) at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-editor-template-mode.spec.js:85:3
Playwright - 2
Process completed with exit code 1.
🎭 Playwright Run Summary
1 failed [chromium] › editor/plugins/nonce.spec.js:11:2 › Nonce › should refresh when expired ─────────── 1 flaky [chromium] › editor/blocks/navigation.spec.js:974:3 › Navigation block - Frontend interactivity › Overlay menu › Overlay menu interactions 312 passed (25.7m)
🎭 Playwright Run Summary
1 failed [chromium] › editor/various/post-editor-template-mode.spec.js:73:2 › Post Editor Template mode › Allow creating custom block templates in classic themes 2 skipped 300 passed (30.3m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
31.8 MB
flaky-tests-report Expired
17.2 KB