Block: combine store subscriptions #90681
Annotations
10 errors and 1 notice
test/e2e/specs/editor/various/patterns.spec.js#L36
1) [chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Options' })
============================================================
34 | .getByRole( 'toolbar', { name: 'Block tools' } )
35 | .getByRole( 'button', { name: 'Options' } )
> 36 | .click();
| ^
37 | await page.getByRole( 'menuitem', { name: 'Create pattern' } ).click();
38 |
39 | const createPatternDialog = page.getByRole( 'dialog', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:36:5
|
test/e2e/specs/editor/various/patterns.spec.js#L36
1) [chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Options' })
============================================================
34 | .getByRole( 'toolbar', { name: 'Block tools' } )
35 | .getByRole( 'button', { name: 'Options' } )
> 36 | .click();
| ^
37 | await page.getByRole( 'menuitem', { name: 'Create pattern' } ).click();
38 |
39 | const createPatternDialog = page.getByRole( 'dialog', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:36:5
|
test/e2e/specs/editor/various/patterns.spec.js#L36
1) [chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Options' })
============================================================
34 | .getByRole( 'toolbar', { name: 'Block tools' } )
35 | .getByRole( 'button', { name: 'Options' } )
> 36 | .click();
| ^
37 | await page.getByRole( 'menuitem', { name: 'Create pattern' } ).click();
38 |
39 | const createPatternDialog = page.getByRole( 'dialog', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:36:5
|
test/e2e/specs/editor/various/patterns.spec.js#L114
2) [chromium] › editor/various/patterns.spec.js:100:2 › Synced pattern › create a new synced pattern via the block options menu
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Options' })
============================================================
112 | .getByRole( 'toolbar', { name: 'Block tools' } )
113 | .getByRole( 'button', { name: 'Options' } )
> 114 | .click();
| ^
115 | await page.getByRole( 'menuitem', { name: 'Create pattern' } ).click();
116 |
117 | const createPatternDialog = page.getByRole( 'dialog', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:114:5
|
test/e2e/specs/editor/various/patterns.spec.js#L114
2) [chromium] › editor/various/patterns.spec.js:100:2 › Synced pattern › create a new synced pattern via the block options menu
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Options' })
============================================================
112 | .getByRole( 'toolbar', { name: 'Block tools' } )
113 | .getByRole( 'button', { name: 'Options' } )
> 114 | .click();
| ^
115 | await page.getByRole( 'menuitem', { name: 'Create pattern' } ).click();
116 |
117 | const createPatternDialog = page.getByRole( 'dialog', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:114:5
|
test/e2e/specs/editor/various/patterns.spec.js#L114
2) [chromium] › editor/various/patterns.spec.js:100:2 › Synced pattern › create a new synced pattern via the block options menu
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Options' })
============================================================
112 | .getByRole( 'toolbar', { name: 'Block tools' } )
113 | .getByRole( 'button', { name: 'Options' } )
> 114 | .click();
| ^
115 | await page.getByRole( 'menuitem', { name: 'Create pattern' } ).click();
116 |
117 | const createPatternDialog = page.getByRole( 'dialog', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:114:5
|
test/e2e/specs/editor/various/post-editor-template-mode.spec.js#L70
3) [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
|
test/e2e/specs/editor/various/post-editor-template-mode.spec.js#L70
3) [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
|
test/e2e/specs/editor/various/post-editor-template-mode.spec.js#L70
3) [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
|
test/e2e/specs/editor/various/post-editor-template-mode.spec.js#L102
4) [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
|
104 failed
[chromium] › editor/various/patterns.spec.js:21:2 › Unsynced pattern › create a new unsynced pattern via the block options menu
[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 i
|
The logs for this run have expired and are no longer available.
Loading