DataViews: add new field types
and formats
to modify the default render
#90479
Annotations
10 errors and 1 notice
test/e2e/specs/site-editor/new-templates-list.spec.js#L25
1) [chromium] › site-editor/new-templates-list.spec.js:20:2 › Templates › Sorting ────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Template', exact: true })
============================================================
23 | await page
24 | .getByRole( 'button', { name: 'Template', exact: true } )
> 25 | .click();
| ^
26 | await page
27 | .getByRole( 'menuitemradio', {
28 | name: 'Sort descending',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/new-templates-list.spec.js:25:5
|
test/e2e/specs/site-editor/new-templates-list.spec.js#L25
1) [chromium] › site-editor/new-templates-list.spec.js:20:2 › Templates › Sorting ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Template', exact: true })
============================================================
23 | await page
24 | .getByRole( 'button', { name: 'Template', exact: true } )
> 25 | .click();
| ^
26 | await page
27 | .getByRole( 'menuitemradio', {
28 | name: 'Sort descending',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/new-templates-list.spec.js:25:5
|
test/e2e/specs/site-editor/new-templates-list.spec.js#L25
1) [chromium] › site-editor/new-templates-list.spec.js:20:2 › Templates › Sorting ────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Template', exact: true })
============================================================
23 | await page
24 | .getByRole( 'button', { name: 'Template', exact: true } )
> 25 | .click();
| ^
26 | await page
27 | .getByRole( 'menuitemradio', {
28 | name: 'Sort descending',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/new-templates-list.spec.js:25:5
|
test/e2e/specs/site-editor/new-templates-list.spec.js#L56
2) [chromium] › site-editor/new-templates-list.spec.js:48:2 › Templates › Filtering ──────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('searchbox', { name: 'Filter list' })
============================================================
54 | await admin.visitSiteEditor( { path: '/wp_template/all' } );
55 | // Global search.
> 56 | await page.getByRole( 'searchbox', { name: 'Filter list' } ).click();
| ^
57 | await page.keyboard.type( 'tag' );
58 | const titles = page
59 | .getByRole( 'region', { name: 'Template' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/new-templates-list.spec.js:56:64
|
test/e2e/specs/site-editor/new-templates-list.spec.js#L56
2) [chromium] › site-editor/new-templates-list.spec.js:48:2 › Templates › Filtering ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('searchbox', { name: 'Filter list' })
============================================================
54 | await admin.visitSiteEditor( { path: '/wp_template/all' } );
55 | // Global search.
> 56 | await page.getByRole( 'searchbox', { name: 'Filter list' } ).click();
| ^
57 | await page.keyboard.type( 'tag' );
58 | const titles = page
59 | .getByRole( 'region', { name: 'Template' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/new-templates-list.spec.js:56:64
|
test/e2e/specs/site-editor/new-templates-list.spec.js#L56
2) [chromium] › site-editor/new-templates-list.spec.js:48:2 › Templates › Filtering ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('searchbox', { name: 'Filter list' })
============================================================
54 | await admin.visitSiteEditor( { path: '/wp_template/all' } );
55 | // Global search.
> 56 | await page.getByRole( 'searchbox', { name: 'Filter list' } ).click();
| ^
57 | await page.keyboard.type( 'tag' );
58 | const titles = page
59 | .getByRole( 'region', { name: 'Template' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/new-templates-list.spec.js:56:64
|
test/e2e/specs/site-editor/new-templates-list.spec.js#L85
3) [chromium] › site-editor/new-templates-list.spec.js:83:2 › Templates › Field visibility ───────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Description' })
============================================================
83 | test( 'Field visibility', async ( { admin, page } ) => {
84 | await admin.visitSiteEditor( { path: '/wp_template/all' } );
> 85 | await page.getByRole( 'button', { name: 'Description' } ).click();
| ^
86 | await page.getByRole( 'menuitemradio', { name: 'Hide' } ).click();
87 | await expect(
88 | page.getByRole( 'button', { name: 'Description' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/new-templates-list.spec.js:85:61
|
test/e2e/specs/site-editor/new-templates-list.spec.js#L85
3) [chromium] › site-editor/new-templates-list.spec.js:83:2 › Templates › Field visibility ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Description' })
============================================================
83 | test( 'Field visibility', async ( { admin, page } ) => {
84 | await admin.visitSiteEditor( { path: '/wp_template/all' } );
> 85 | await page.getByRole( 'button', { name: 'Description' } ).click();
| ^
86 | await page.getByRole( 'menuitemradio', { name: 'Hide' } ).click();
87 | await expect(
88 | page.getByRole( 'button', { name: 'Description' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/new-templates-list.spec.js:85:61
|
test/e2e/specs/site-editor/new-templates-list.spec.js#L85
3) [chromium] › site-editor/new-templates-list.spec.js:83:2 › Templates › Field visibility ───────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Description' })
============================================================
83 | test( 'Field visibility', async ( { admin, page } ) => {
84 | await admin.visitSiteEditor( { path: '/wp_template/all' } );
> 85 | await page.getByRole( 'button', { name: 'Description' } ).click();
| ^
86 | await page.getByRole( 'menuitemradio', { name: 'Hide' } ).click();
87 | await expect(
88 | page.getByRole( 'button', { name: 'Description' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/new-templates-list.spec.js:85:61
|
test/e2e/specs/site-editor/font-library.spec.js#L42
4) [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
|
3 failed
[chromium] › site-editor/new-templates-list.spec.js:20:2 › Templates › Sorting ─────────────────
[chromium] › site-editor/new-templates-list.spec.js:48:2 › Templates › Filtering ───────────────
[chromium] › site-editor/new-templates-list.spec.js:83:2 › Templates › Field visibility ────────
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
110 passed (8.4m)
|
The logs for this run have expired and are no longer available.
Loading