Implement Tabs
in editor settings
#90400
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Puppeteer
15m 58s
Report to GitHub
2m 28s
Annotations
10 errors and 8 notices
[chromium] › site-editor/font-library.spec.js:45:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage Fonts" icon:
test/e2e/specs/site-editor/font-library.spec.js#L42
1) [chromium] › site-editor/font-library.spec.js:45:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage Fonts" icon
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for frameLocator('[name="editor-canvas"]').locator('body')
============================================================
40 | postType: 'wp_template',
41 | } );
> 42 | await editor.canvas.locator( 'body' ).click();
| ^
43 | } );
44 |
45 | test( 'should display the "Manage Fonts" icon', async ( { page } ) => {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/font-library.spec.js:42:42
|
[chromium] › editor/various/footnotes.spec.js:290:2 › Footnotes › works with revisions:
test/e2e/specs/editor/various/footnotes.spec.js#L366
1) [chromium] › editor/various/footnotes.spec.js:290:2 › Footnotes › works with revisions ────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Post' })
============================================================
364 | .getByRole( 'region', { name: 'Editor settings' } )
365 | .getByRole( 'button', { name: 'Post' } )
> 366 | .click();
| ^
367 | await page.locator( 'a:text("2 Revisions")' ).click();
368 | await page.locator( '.revisions-controls .ui-slider-handle' ).focus();
369 | await page.keyboard.press( 'ArrowLeft' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:366:5
|
[chromium] › editor/various/footnotes.spec.js:290:2 › Footnotes › works with revisions:
test/e2e/specs/editor/various/footnotes.spec.js#L366
1) [chromium] › editor/various/footnotes.spec.js:290:2 › Footnotes › works with revisions ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Post' })
============================================================
364 | .getByRole( 'region', { name: 'Editor settings' } )
365 | .getByRole( 'button', { name: 'Post' } )
> 366 | .click();
| ^
367 | await page.locator( 'a:text("2 Revisions")' ).click();
368 | await page.locator( '.revisions-controls .ui-slider-handle' ).focus();
369 | await page.keyboard.press( 'ArrowLeft' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:366:5
|
[chromium] › editor/various/footnotes.spec.js:290:2 › Footnotes › works with revisions:
test/e2e/specs/editor/various/footnotes.spec.js#L366
1) [chromium] › editor/various/footnotes.spec.js:290:2 › Footnotes › works with revisions ────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Post' })
============================================================
364 | .getByRole( 'region', { name: 'Editor settings' } )
365 | .getByRole( 'button', { name: 'Post' } )
> 366 | .click();
| ^
367 | await page.locator( 'a:text("2 Revisions")' ).click();
368 | await page.locator( '.revisions-controls .ui-slider-handle' ).focus();
369 | await page.keyboard.press( 'ArrowLeft' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:366:5
|
[chromium] › editor/various/footnotes.spec.js:393:2 › Footnotes › can be previewed when published:
test/e2e/specs/editor/various/footnotes.spec.js#L444
2) [chromium] › editor/various/footnotes.spec.js:393:2 › Footnotes › can be previewed when published
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Post' })
============================================================
442 | .getByRole( 'region', { name: 'Editor settings' } )
443 | .getByRole( 'button', { name: 'Post' } )
> 444 | .click();
| ^
445 |
446 | // Visit the published post.
447 | await page.goto( `/?p=${ postId }` );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:444:5
|
[chromium] › editor/various/footnotes.spec.js:393:2 › Footnotes › can be previewed when published:
test/e2e/specs/editor/various/footnotes.spec.js#L444
2) [chromium] › editor/various/footnotes.spec.js:393:2 › Footnotes › can be previewed when published
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Post' })
============================================================
442 | .getByRole( 'region', { name: 'Editor settings' } )
443 | .getByRole( 'button', { name: 'Post' } )
> 444 | .click();
| ^
445 |
446 | // Visit the published post.
447 | await page.goto( `/?p=${ postId }` );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:444:5
|
[chromium] › editor/various/footnotes.spec.js:393:2 › Footnotes › can be previewed when published:
test/e2e/specs/editor/various/footnotes.spec.js#L444
2) [chromium] › editor/various/footnotes.spec.js:393:2 › Footnotes › can be previewed when published
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Post' })
============================================================
442 | .getByRole( 'region', { name: 'Editor settings' } )
443 | .getByRole( 'button', { name: 'Post' } )
> 444 | .click();
| ^
445 |
446 | // Visit the published post.
447 | await page.goto( `/?p=${ postId }` );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:444:5
|
Playwright - 4
Process completed with exit code 1.
|
Puppeteer:
packages/e2e-tests/specs/editor/various/change-detection.test.js#L23
Error: No node found for selector: .edit-post-sidebar__panel-tab[data-label="Block"]
at assert (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/assert.ts:23:21)
at DOMWorld.click (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/DOMWorld.ts:461:11)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Object.<anonymous> (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/various/change-detection.test.js:373:3)
|
Puppeteer
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 skipped
105 passed (5.3m)
|
🎭 Playwright Run Summary
135 passed (6.2m)
|
🎭 Playwright Run Summary
1 skipped
152 passed (6.7m)
|
🎭 Playwright Run Summary
11 skipped
151 passed (7.0m)
|
🎭 Playwright Run Summary
145 passed (6.7m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › site-editor/font-library.spec.js:45:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage Fonts" icon
1 skipped
113 passed (6.5m)
|
🎭 Playwright Run Summary
2 skipped
119 passed (7.2m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › editor/various/footnotes.spec.js:290:2 › Footnotes › works with revisions ─────────
[chromium] › editor/various/footnotes.spec.js:393:2 › Footnotes › can be previewed when published
131 passed (8.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
25.4 MB |
|
flaky-tests-report
Expired
|
2.94 KB |
|