WIP: Add filter to enable custom classes in "editor-styles-wrapper" #124150
Annotations
22 errors, 17 warnings, and 8 notices
[chromium] › site-editor/hybrid-theme.spec.js:47:2 › Hybrid theme › can view a template part list:
test/e2e/specs/site-editor/hybrid-theme.spec.js#L57
1) [chromium] › site-editor/hybrid-theme.spec.js:47:2 › Hybrid theme › can view a template part list
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByText('header', { exact: true })
55 | .getByRole( 'button', { name: 'All template parts' } )
56 | .click();
> 57 | await page.getByText( 'header', { exact: true } ).click();
| ^
58 |
59 | await expect(
60 | page.getByRole( 'region', { name: 'Editor content' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/hybrid-theme.spec.js:57:53
|
[chromium] › site-editor/hybrid-theme.spec.js:47:2 › Hybrid theme › can view a template part list:
test/e2e/specs/site-editor/hybrid-theme.spec.js#L57
1) [chromium] › site-editor/hybrid-theme.spec.js:47:2 › Hybrid theme › can view a template part list
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByText('header', { exact: true })
55 | .getByRole( 'button', { name: 'All template parts' } )
56 | .click();
> 57 | await page.getByText( 'header', { exact: true } ).click();
| ^
58 |
59 | await expect(
60 | page.getByRole( 'region', { name: 'Editor content' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/hybrid-theme.spec.js:57:53
|
[chromium] › site-editor/hybrid-theme.spec.js:47:2 › Hybrid theme › can view a template part list:
test/e2e/specs/site-editor/hybrid-theme.spec.js#L57
1) [chromium] › site-editor/hybrid-theme.spec.js:47:2 › Hybrid theme › can view a template part list
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByText('header', { exact: true })
55 | .getByRole( 'button', { name: 'All template parts' } )
56 | .click();
> 57 | await page.getByText( 'header', { exact: true } ).click();
| ^
58 |
59 | await expect(
60 | page.getByRole( 'region', { name: 'Editor content' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/hybrid-theme.spec.js:57:53
|
[chromium] › site-editor/patterns.spec.js:119:2 › Patterns › search and filter patterns:
test/e2e/specs/site-editor/patterns.spec.js#L150
2) [chromium] › site-editor/patterns.spec.js:119:2 › Patterns › search and filter patterns ───────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('region', { name: 'Patterns content' }).locator('.dataviews-view-grid').locator('.dataviews-view-grid__card')
Expected: 3
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for getByRole('region', { name: 'Patterns content' }).locator('.dataviews-view-grid').locator('.dataviews-view-grid__card')
9 × locator resolved to 0 elements
- unexpected value "0"
148 | await admin.visitSiteEditor( { postType: 'wp_block' } );
149 |
> 150 | await expect( patterns.item ).toHaveCount( 3 );
| ^
151 |
152 | const searchBox = patterns.content.getByRole( 'searchbox', {
153 | name: 'Search',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/patterns.spec.js:150:33
|
[chromium] › site-editor/patterns.spec.js:119:2 › Patterns › search and filter patterns:
test/e2e/specs/site-editor/patterns.spec.js#L150
2) [chromium] › site-editor/patterns.spec.js:119:2 › Patterns › search and filter patterns ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('region', { name: 'Patterns content' }).locator('.dataviews-view-grid').locator('.dataviews-view-grid__card')
Expected: 3
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for getByRole('region', { name: 'Patterns content' }).locator('.dataviews-view-grid').locator('.dataviews-view-grid__card')
9 × locator resolved to 0 elements
- unexpected value "0"
148 | await admin.visitSiteEditor( { postType: 'wp_block' } );
149 |
> 150 | await expect( patterns.item ).toHaveCount( 3 );
| ^
151 |
152 | const searchBox = patterns.content.getByRole( 'searchbox', {
153 | name: 'Search',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/patterns.spec.js:150:33
|
[chromium] › site-editor/patterns.spec.js:119:2 › Patterns › search and filter patterns:
test/e2e/specs/site-editor/patterns.spec.js#L150
2) [chromium] › site-editor/patterns.spec.js:119:2 › Patterns › search and filter patterns ───────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('region', { name: 'Patterns content' }).locator('.dataviews-view-grid').locator('.dataviews-view-grid__card')
Expected: 3
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for getByRole('region', { name: 'Patterns content' }).locator('.dataviews-view-grid').locator('.dataviews-view-grid__card')
9 × locator resolved to 0 elements
- unexpected value "0"
148 | await admin.visitSiteEditor( { postType: 'wp_block' } );
149 |
> 150 | await expect( patterns.item ).toHaveCount( 3 );
| ^
151 |
152 | const searchBox = patterns.content.getByRole( 'searchbox', {
153 | name: 'Search',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/patterns.spec.js:150:33
|
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB:
test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js#L89
3) [chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB, and vice versa
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('region', { name: 'Editor content' }).getByRole('button', { name: 'Edit' })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor content' }).getByRole('button', { name: 'Edit' })
9 × locator resolved to <iframe tabindex="0" role="button" aria-label="Edit" name="editor-canvas" aria-disabled="false" class="edit-site-visual-editor__editor-canvas" src="blob:http://localhost:8889/da991149-f5e9-4d2a-aea2-501205738184"></iframe>
- unexpected value "not focused"
87 | .getByRole( 'region', { name: 'Editor content' } )
88 | .getByRole( 'button', { name: 'Edit' } )
> 89 | ).toBeFocused();
| ^
90 |
91 | // Go back to the items list using SHIFT+TAB.
92 | await page.keyboard.press( 'Shift+Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/dataviews-list-layout-keyboard.spec.js:89:5
|
Playwright - 5
Process completed with exit code 1.
|
[chromium] › editor/various/parsing-patterns.spec.js:7:2 › Parsing patterns › Considers a pattern with whitespace an allowed pattern:
test/e2e/specs/editor/various/parsing-patterns.spec.js#L52
1) [chromium] › editor/various/parsing-patterns.spec.js:7:2 › Parsing patterns › Considers a pattern with whitespace an allowed pattern
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=option[name="Pattern with top-level whitespace"i]')
- locator resolved to <div tabindex="0" role="option" id="test/whitespace" data-active-item="true" aria-label="Pattern with top-level whitespace" class="block-editor-block-patterns-list__item">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
50 | await page
51 | .locator( 'role=option[name="Pattern with top-level whitespace"i]' )
> 52 | .click();
| ^
53 | await expect.poll( editor.getBlocks ).toMatchObject( [
54 | {
55 | name: 'core/buttons',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/parsing-patterns.spec.js:52:5
|
[chromium] › editor/various/parsing-patterns.spec.js:7:2 › Parsing patterns › Considers a pattern with whitespace an allowed pattern:
test/e2e/specs/editor/various/parsing-patterns.spec.js#L52
1) [chromium] › editor/various/parsing-patterns.spec.js:7:2 › Parsing patterns › Considers a pattern with whitespace an allowed pattern
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=option[name="Pattern with top-level whitespace"i]')
- locator resolved to <div tabindex="0" role="option" id="test/whitespace" data-active-item="true" aria-label="Pattern with top-level whitespace" class="block-editor-block-patterns-list__item">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
50 | await page
51 | .locator( 'role=option[name="Pattern with top-level whitespace"i]' )
> 52 | .click();
| ^
53 | await expect.poll( editor.getBlocks ).toMatchObject( [
54 | {
55 | name: 'core/buttons',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/parsing-patterns.spec.js:52:5
|
[chromium] › editor/various/parsing-patterns.spec.js:7:2 › Parsing patterns › Considers a pattern with whitespace an allowed pattern:
test/e2e/specs/editor/various/parsing-patterns.spec.js#L52
1) [chromium] › editor/various/parsing-patterns.spec.js:7:2 › Parsing patterns › Considers a pattern with whitespace an allowed pattern
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=option[name="Pattern with top-level whitespace"i]')
- locator resolved to <div tabindex="0" role="option" id="test/whitespace" data-active-item="true" aria-label="Pattern with top-level whitespace" class="block-editor-block-patterns-list__item">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
50 | await page
51 | .locator( 'role=option[name="Pattern with top-level whitespace"i]' )
> 52 | .click();
| ^
53 | await expect.poll( editor.getBlocks ).toMatchObject( [
54 | {
55 | name: 'core/buttons',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/parsing-patterns.spec.js:52:5
|
Playwright - 4
Process completed with exit code 1.
|
[chromium] › site-editor/style-book.spec.js:193:2 › Style Book for classic themes › Should show Style Book for a theme that supports it:
test/e2e/specs/site-editor/style-book.spec.js#L212
1) [chromium] › site-editor/style-book.spec.js:193:2 › Style Book for classic themes › Should show Style Book for a theme that supports it
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[name="style-book-canvas"]').contentFrame().getByRole('grid', { name: 'Examples of blocks' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[name="style-book-canvas"]').contentFrame().getByRole('grid', { name: 'Examples of blocks' })
210 | name: 'Examples of blocks',
211 | } );
> 212 | await expect( blockExamples ).toBeVisible();
| ^
213 | } );
214 | } );
215 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/style-book.spec.js:212:33
|
[chromium] › site-editor/style-book.spec.js:193:2 › Style Book for classic themes › Should show Style Book for a theme that supports it:
test/e2e/specs/site-editor/style-book.spec.js#L212
1) [chromium] › site-editor/style-book.spec.js:193:2 › Style Book for classic themes › Should show Style Book for a theme that supports it
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[name="style-book-canvas"]').contentFrame().getByRole('grid', { name: 'Examples of blocks' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[name="style-book-canvas"]').contentFrame().getByRole('grid', { name: 'Examples of blocks' })
210 | name: 'Examples of blocks',
211 | } );
> 212 | await expect( blockExamples ).toBeVisible();
| ^
213 | } );
214 | } );
215 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/style-book.spec.js:212:33
|
[chromium] › site-editor/style-book.spec.js:193:2 › Style Book for classic themes › Should show Style Book for a theme that supports it:
test/e2e/specs/site-editor/style-book.spec.js#L212
1) [chromium] › site-editor/style-book.spec.js:193:2 › Style Book for classic themes › Should show Style Book for a theme that supports it
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[name="style-book-canvas"]').contentFrame().getByRole('grid', { name: 'Examples of blocks' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[name="style-book-canvas"]').contentFrame().getByRole('grid', { name: 'Examples of blocks' })
210 | name: 'Examples of blocks',
211 | } );
> 212 | await expect( blockExamples ).toBeVisible();
| ^
213 | } );
214 | } );
215 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/style-book.spec.js:212:33
|
[chromium] › widgets/customizing-widgets.spec.js:45:2 › Widgets Customizer › should add blocks:
test/e2e/specs/widgets/customizing-widgets.spec.js#L650
2) [chromium] › widgets/customizing-widgets.spec.js:45:2 › Widgets Customizer › should add blocks
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=toolbar[name="Document tools"i]').locator('role=button[name="Add block"i]')
648 | */
649 | async addBlock( blockName ) {
> 650 | await this.page.click(
| ^
651 | 'role=toolbar[name="Document tools"i] >> role=button[name="Add block"i]'
652 | );
653 |
at WidgetsCustomizerPage.addBlock (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:650:19)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:51:31
|
[chromium] › widgets/customizing-widgets.spec.js:45:2 › Widgets Customizer › should add blocks:
test/e2e/specs/widgets/customizing-widgets.spec.js#L650
2) [chromium] › widgets/customizing-widgets.spec.js:45:2 › Widgets Customizer › should add blocks
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=toolbar[name="Document tools"i]').locator('role=button[name="Add block"i]')
648 | */
649 | async addBlock( blockName ) {
> 650 | await this.page.click(
| ^
651 | 'role=toolbar[name="Document tools"i] >> role=button[name="Add block"i]'
652 | );
653 |
at WidgetsCustomizerPage.addBlock (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:650:19)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:51:31
|
[chromium] › widgets/customizing-widgets.spec.js:45:2 › Widgets Customizer › should add blocks:
test/e2e/specs/widgets/customizing-widgets.spec.js#L650
2) [chromium] › widgets/customizing-widgets.spec.js:45:2 › Widgets Customizer › should add blocks
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=toolbar[name="Document tools"i]').locator('role=button[name="Add block"i]')
648 | */
649 | async addBlock( blockName ) {
> 650 | await this.page.click(
| ^
651 | 'role=toolbar[name="Document tools"i] >> role=button[name="Add block"i]'
652 | );
653 |
at WidgetsCustomizerPage.addBlock (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:650:19)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:51:31
|
[chromium] › widgets/customizing-widgets.spec.js:107:2 › Widgets Customizer › should open the inspector panel:
test/e2e/specs/widgets/customizing-widgets.spec.js#L134
3) [chromium] › widgets/customizing-widgets.spec.js:107:2 › Widgets Customizer › should open the inspector panel
TimeoutError: page.focus: Timeout 10000ms exceeded.
Call log:
- waiting for locator('text=First Paragraph')
132 | await widgetsCustomizerPage.expandWidgetArea( 'Footer #1' );
133 |
> 134 | await page.focus( 'text=First Paragraph' );
| ^
135 | await editor.clickBlockToolbarButton( 'Options' );
136 |
137 | await showMoreSettingsButton.click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:134:14
|
[chromium] › widgets/customizing-widgets.spec.js:107:2 › Widgets Customizer › should open the inspector panel:
test/e2e/specs/widgets/customizing-widgets.spec.js#L134
3) [chromium] › widgets/customizing-widgets.spec.js:107:2 › Widgets Customizer › should open the inspector panel
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.focus: Timeout 10000ms exceeded.
Call log:
- waiting for locator('text=First Paragraph')
132 | await widgetsCustomizerPage.expandWidgetArea( 'Footer #1' );
133 |
> 134 | await page.focus( 'text=First Paragraph' );
| ^
135 | await editor.clickBlockToolbarButton( 'Options' );
136 |
137 | await showMoreSettingsButton.click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:134:14
|
[chromium] › widgets/customizing-widgets.spec.js:107:2 › Widgets Customizer › should open the inspector panel:
test/e2e/specs/widgets/customizing-widgets.spec.js#L134
3) [chromium] › widgets/customizing-widgets.spec.js:107:2 › Widgets Customizer › should open the inspector panel
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.focus: Timeout 10000ms exceeded.
Call log:
- waiting for locator('text=First Paragraph')
132 | await widgetsCustomizerPage.expandWidgetArea( 'Footer #1' );
133 |
> 134 | await page.focus( 'text=First Paragraph' );
| ^
135 | await editor.clickBlockToolbarButton( 'Options' );
136 |
137 | await showMoreSettingsButton.click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:134:14
|
[chromium] › widgets/customizing-widgets.spec.js:171:2 › Widgets Customizer › should handle the inserter outer section:
test/e2e/specs/widgets/customizing-widgets.spec.js#L650
4) [chromium] › widgets/customizing-widgets.spec.js:171:2 › Widgets Customizer › should handle the inserter outer section
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=toolbar[name="Document tools"i]').locator('role=button[name="Add block"i]')
648 | */
649 | async addBlock( blockName ) {
> 650 | await this.page.click(
| ^
651 | 'role=toolbar[name="Document tools"i] >> role=button[name="Add block"i]'
652 | );
653 |
at WidgetsCustomizerPage.addBlock (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:650:19)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:179:31
|
Playwright - 2
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 7
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 6
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 1
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 5
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 8
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 4
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 3
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Playwright - 2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 5
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 8
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 1
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 4
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 7
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 3
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 6
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Merge Artifacts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
1 skipped
210 passed (8.3m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › site-editor/hybrid-theme.spec.js:47:2 › Hybrid theme › can view a template part list
[chromium] › site-editor/patterns.spec.js:119:2 › Patterns › search and filter patterns ────────
1 flaky
[chromium] › site-editor/dataviews-list-layout-keyboard.spec.js:62:2 › Dataviews List Layout › Navigates from items list to preview via TAB, and vice versa
1 skipped
170 passed (8.8m)
|
🎭 Playwright Run Summary
3 skipped
188 passed (9.7m)
|
🎭 Playwright Run Summary
207 passed (9.1m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › editor/various/parsing-patterns.spec.js:7:2 › Parsing patterns › Considers a pattern with whitespace an allowed pattern
1 skipped
223 passed (9.9m)
|
🎭 Playwright Run Summary
1 skipped
205 passed (10.6m)
|
🎭 Playwright Run Summary
1 skipped
184 passed (7.2m)
|
🎭 Playwright Run Summary
19 failed
[chromium] › site-editor/style-book.spec.js:193:2 › Style Book for classic themes › Should show Style Book for a theme that supports it
[chromium] › widgets/customizing-widgets.spec.js:45:2 › Widgets Customizer › should add blocks ─
[chromium] › widgets/customizing-widgets.spec.js:107:2 › Widgets Customizer › should open the inspector panel
[chromium] › widgets/customizing-widgets.spec.js:171:2 › Widgets Customizer › should handle the inserter outer section
[chromium] › widgets/customizing-widgets.spec.js:236:2 › Widgets Customizer › should move focus to the block
[chromium] › widgets/customizing-widgets.spec.js:294:2 › Widgets Customizer › should clear block selection
[chromium] › widgets/customizing-widgets.spec.js:349:2 › Widgets Customizer › should handle legacy widgets
[chromium] › widgets/customizing-widgets.spec.js:437:2 › Widgets Customizer › should handle esc key events
[chromium] › widgets/customizing-widgets.spec.js:470:2 › Widgets Customizer › should move (inner) blocks to another sidebar
[chromium] › widgets/customizing-widgets.spec.js:525:2 › Widgets Customizer › should stay in block settings after making a change in that area
[chromium] › widgets/customizing-widgets.spec.js:577:2 › Widgets Customizer › preserves content in the Custom HTML block
[chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter
[chromium] › widgets/editing-widgets.spec.js:148:2 › Widgets screen › Should insert content using the inline inserter
[chromium] › widgets/editing-widgets.spec.js:373:2 › Widgets screen › Should duplicate the widgets
[chromium] › widgets/editing-widgets.spec.js:418:2 › Widgets screen › Should display legacy widgets
[chromium] › widgets/editing-widgets.spec.js:501:2 › Widgets screen › allows widgets to be moved between widget areas using the dropdown in the block toolbar
[chromium] › widgets/editing-widgets.spec.js:543:2 › Widgets screen › Allows widget deletion to be undone
[chromium] › widgets/editing-widgets.spec.js:609:2 › Widgets screen › can toggle sidebar list view
[chromium] › widgets/editing-widgets.spec.js:627:2 › Widgets screen › allows blocks to be added on mobile viewports
2 skipped
182 passed (16.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
|
70.9 MB |
|
flaky-tests-report
|
1.4 KB |
|