WIP: Add filter to enable custom classes in "editor-styles-wrapper" #124150
Annotations
4 errors, 2 warnings, and 1 notice
Run the tests:
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
|
Run the tests:
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
|
Run the tests:
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
|
Run the tests
Process completed with exit code 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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
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)
|
Loading