Block: combine store subscriptions #90624
Annotations
10 errors and 1 notice
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L152
1) [chromium] › editor/various/patterns.spec.js:100:2 › Synced pattern › create a new synced pattern via the block options menu
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Pattern' })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Pattern' })
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
150 | name: 'Block: Pattern',
151 | } );
> 152 | await expect( patternBlock ).toBeFocused();
| ^
153 |
154 | // Check that the new pattern is available in the inserter.
155 | await page.getByLabel( 'Toggle block inserter' ).click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:152:32
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L152
1) [chromium] › editor/various/patterns.spec.js:100:2 › Synced pattern › create a new synced pattern via the block options menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Pattern' })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Pattern' })
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
150 | name: 'Block: Pattern',
151 | } );
> 152 | await expect( patternBlock ).toBeFocused();
| ^
153 |
154 | // Check that the new pattern is available in the inserter.
155 | await page.getByLabel( 'Toggle block inserter' ).click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:152:32
|
Run the tests:
test/e2e/specs/editor/various/patterns.spec.js#L152
1) [chromium] › editor/various/patterns.spec.js:100:2 › Synced pattern › create a new synced pattern via the block options menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Pattern' })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Pattern' })
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
150 | name: 'Block: Pattern',
151 | } );
> 152 | await expect( patternBlock ).toBeFocused();
| ^
153 |
154 | // Check that the new pattern is available in the inserter.
155 | await page.getByLabel( 'Toggle block inserter' ).click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:152:32
|
Run the tests:
test/e2e/specs/editor/various/post-editor-template-mode.spec.js#L70
2) [chromium] › editor/various/post-editor-template-mode.spec.js:40:2 › Post Editor Template mode › Allow to switch to template mode, edit the template and check the result
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('text="Just a random paragraph added to the template"')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text="Just a random paragraph added to the template"')
68 | 'text="Just a random paragraph added to the template"'
69 | )
> 70 | ).toBeVisible();
| ^
71 | } );
72 |
73 | test( 'Allow creating custom block templates in classic themes', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-editor-template-mode.spec.js:70:5
|
Run the tests:
test/e2e/specs/editor/various/post-editor-template-mode.spec.js#L70
2) [chromium] › editor/various/post-editor-template-mode.spec.js:40:2 › Post Editor Template mode › Allow to switch to template mode, edit the template and check the result
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('text="Just a random paragraph added to the template"')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text="Just a random paragraph added to the template"')
68 | 'text="Just a random paragraph added to the template"'
69 | )
> 70 | ).toBeVisible();
| ^
71 | } );
72 |
73 | test( 'Allow creating custom block templates in classic themes', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-editor-template-mode.spec.js:70:5
|
Run the tests:
test/e2e/specs/editor/various/post-editor-template-mode.spec.js#L70
2) [chromium] › editor/various/post-editor-template-mode.spec.js:40:2 › Post Editor Template mode › Allow to switch to template mode, edit the template and check the result
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('text="Just a random paragraph added to the template"')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text="Just a random paragraph added to the template"')
68 | 'text="Just a random paragraph added to the template"'
69 | )
> 70 | ).toBeVisible();
| ^
71 | } );
72 |
73 | test( 'Allow creating custom block templates in classic themes', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-editor-template-mode.spec.js:70:5
|
Run the tests:
test/e2e/specs/editor/various/post-editor-template-mode.spec.js#L102
3) [chromium] › editor/various/post-editor-template-mode.spec.js:73:2 › Post Editor Template mode › Allow creating custom block templates in classic themes
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('text="Just a random paragraph added to the template"')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text="Just a random paragraph added to the template"')
100 | 'text="Just a random paragraph added to the template"'
101 | )
> 102 | ).toBeVisible();
| ^
103 | } );
104 | } );
105 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-editor-template-mode.spec.js:102:5
|
Run the tests:
test/e2e/specs/editor/various/post-editor-template-mode.spec.js#L102
3) [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: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('text="Just a random paragraph added to the template"')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text="Just a random paragraph added to the template"')
100 | 'text="Just a random paragraph added to the template"'
101 | )
> 102 | ).toBeVisible();
| ^
103 | } );
104 | } );
105 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-editor-template-mode.spec.js:102:5
|
Run the tests:
test/e2e/specs/editor/various/post-editor-template-mode.spec.js#L102
3) [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: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('text="Just a random paragraph added to the template"')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text="Just a random paragraph added to the template"')
100 | 'text="Just a random paragraph added to the template"'
101 | )
> 102 | ).toBeVisible();
| ^
103 | } );
104 | } );
105 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-editor-template-mode.spec.js:102:5
|
Run the tests:
test/e2e/specs/editor/various/preview.spec.js#L264
4) [chromium] › editor/various/preview.spec.js:225:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for frameLocator('[name="editor-canvas"]').locator('role=document').locator('text="content 1"')
============================================================
262 | await editor.canvas
263 | .locator( 'role=document >> text="content 1"' )
> 264 | .fill( 'content 2' );
| ^
265 |
266 | // Open the preview page.
267 | await previewUtils.waitForPreviewNavigation( previewPage );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:264:5
|
Run the tests
101 failed
[chromium] › editor/various/patterns.spec.js:100:2 › Synced pattern › create a new synced pattern via the block options menu
[chromium] › editor/various/post-editor-template-mode.spec.js:40:2 › Post Editor Template mode › Allow to switch to template mode, edit the template and check the result
[chromium] › editor/various/post-editor-template-mode.spec.js:73:2 › Post Editor Template mode › Allow creating custom block templates in classic themes
[chromium] › editor/various/preview.spec.js:225:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview
[chromium] › editor/various/rich-text-deprecated-multiline.spec.js:49:2 › RichText deprecated multiline › should save
[chromium] › editor/various/rich-text-deprecated-multiline.spec.js:71:2 › RichText deprecated multiline › should split in middle
[chromium] › editor/various/rich-text-deprecated-multiline.spec.js:88:2 › RichText deprecated multiline › should merge two lines
[chromium] › editor/various/rich-text-deprecated-multiline.spec.js:107:2 › RichText deprecated multiline › should merge two lines (forward)
[chromium] › editor/various/rich-text.spec.js:11:2 › RichText › should handle change in tag name gracefully
[chromium] › editor/various/rich-text.spec.js:33:2 › RichText › should apply formatting with primary shortcut
[chromium] › editor/various/rich-text.spec.js:53:2 › RichText › should apply formatting when selection is collapsed
[chromium] › editor/various/rich-text.spec.js:75:2 › RichText › should apply multiple formats when selection is collapsed
[chromium] › editor/various/rich-text.spec.js:98:2 › RichText › should not highlight more than one format
[chromium] › editor/various/rich-text.spec.js:122:2 › RichText › should return focus when pressing formatting button
[chromium] › editor/various/rich-text.spec.js:143:2 › RichText › should transform backtick to code
[chromium] › editor/various/rich-text.spec.js:167:2 › RichText › should undo backtick transform with backspace
[chromium] › editor/various/rich-text.spec.js:218:2 › RichText › should not format text after code backtick
[chromium] › editor/various/rich-text.spec.js:235:2 › RichText › should transform when typing backtick over selection
[chromium] › editor/various/rich-text.spec.js:267:2 › RichText › should only mutate text data on input
[chromium] › editor/various/rich-text.spec.js:362:2 › RichText › should not lose selection direction
[chromium] › editor/various/rich-text.spec.js:394:2 › RichText › should handle Home and End keys
[chromium] › editor/various/rich-text.spec.js:418:2 › RichText › should update internal selection after fresh focus
[chromium] › editor/various/rich-text.spec.js:441:2 › RichText › should keep internal selection after blur
[chromium] › editor/various/rich-text.spec.js:474:2 › RichText › should split rich text on paste
[chromium] › editor/various/rich-text.spec.js:512:2 › RichText › should not split rich text on inline paste
[chromium] › editor/various/rich-text.spec.js:535:2 › RichText › should not split rich text on inline paste with formatting
[chromium] › editor/various/rich-text.spec.js:562:2 › RichText › should make bold after split and merge
[chromium] › editor/various/rich-text.spec.js:584:2 › RichText › should apply active formatting for inline paste
[chromium] › editor/various/rich-text.spec.js:612:2 › RichText › should preserve internal formatting
[chromium] › editor/various/rich-text.spec.js:669:2 › RichText › should paste paragraph contents into list
[chromium] › editor/various/rich-text.spec.js:713:2 › RichText › should paste list contents into paragraph
[chromium] › editor/various/rich-text.spec.js:768:2 › RichText › should navigate arround emoji ─
[chromium] › editor/various/rich-text.spec.js:786:2 › RichText › should run input rules after composition end
[chromium] › editor/various/rich-text.spec.js:818:2 › RichText › should navigate consecutive fo
|
The logs for this run have expired and are no longer available.
Loading