Split sections when dragging between them #102017
Annotations
10 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/widgets/customizing-widgets.spec.js#L679
1) [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=option[name="Heading"]')
- locator resolved to <button id=":r5q:" tabindex="0" type="button" role="opti…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
- <html class="" lang="en-US">…</html> intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
677 | await searchBox.type( blockName );
678 |
> 679 | await this.page.click( `role=option[name="${ blockName }"]` );
| ^
680 |
681 | const addedBlock = this.page.locator(
682 | 'role=document >> css=.is-selected[data-block]'
at WidgetsCustomizerPage.addBlock (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:679:19)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:66:3
|
Run the tests:
test/e2e/specs/widgets/customizing-widgets.spec.js#L679
1) [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=option[name="Heading"]')
- locator resolved to <button id=":r5q:" tabindex="0" type="button" role="opti…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
- <html class="" lang="en-US">…</html> intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
677 | await searchBox.type( blockName );
678 |
> 679 | await this.page.click( `role=option[name="${ blockName }"]` );
| ^
680 |
681 | const addedBlock = this.page.locator(
682 | 'role=document >> css=.is-selected[data-block]'
at WidgetsCustomizerPage.addBlock (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:679:19)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:66:3
|
Run the tests:
test/e2e/specs/widgets/customizing-widgets.spec.js#L679
1) [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=option[name="Heading"]')
- locator resolved to <button id=":r5q:" tabindex="0" type="button" role="opti…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
- <html class="" lang="en-US">…</html> intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
677 | await searchBox.type( blockName );
678 |
> 679 | await this.page.click( `role=option[name="${ blockName }"]` );
| ^
680 |
681 | const addedBlock = this.page.locator(
682 | 'role=document >> css=.is-selected[data-block]'
at WidgetsCustomizerPage.addBlock (/home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:679:19)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:66:3
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L92
2) [chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Block Library' }).getByRole('option', { name: 'Paragraph' })
- locator resolved to <button id=":r5v:" tabindex="0" type="button" role="opti…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
- locator resolved to <button id=":rb1:" tabindex="0" type="button" role="opti…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
- <html lang="en-US" class="wp-toolbar">…</html> intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
90 | await pageUtils.pressKeys( 'Tab', { times: 2 } );
91 | // TODO: We can add a test for the insertion indicator here.
> 92 | await addParagraphBlock.click();
| ^
93 |
94 | await addedParagraphBlockInFirstWidgetArea.focus();
95 | await page.keyboard.type( 'Second Paragraph' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:92:27
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L92
2) [chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Block Library' }).getByRole('option', { name: 'Paragraph' })
- locator resolved to <button id=":r5i:" tabindex="0" type="button" role="opti…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
- locator resolved to <button id=":rak:" tabindex="0" type="button" role="opti…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
- <html lang="en-US" class="wp-toolbar">…</html> intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
90 | await pageUtils.pressKeys( 'Tab', { times: 2 } );
91 | // TODO: We can add a test for the insertion indicator here.
> 92 | await addParagraphBlock.click();
| ^
93 |
94 | await addedParagraphBlockInFirstWidgetArea.focus();
95 | await page.keyboard.type( 'Second Paragraph' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:92:27
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L92
2) [chromium] › widgets/editing-widgets.spec.js:44:2 › Widgets screen › Should insert content using the global inserter
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Block Library' }).getByRole('option', { name: 'Paragraph' })
- locator resolved to <button id=":r5i:" tabindex="0" type="button" role="opti…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
- locator resolved to <button id=":rak:" tabindex="0" type="button" role="opti…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
- <html lang="en-US" class="wp-toolbar">…</html> intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
90 | await pageUtils.pressKeys( 'Tab', { times: 2 } );
91 | // TODO: We can add a test for the insertion indicator here.
> 92 | await addParagraphBlock.click();
| ^
93 |
94 | await addedParagraphBlockInFirstWidgetArea.focus();
95 | await page.keyboard.type( 'Second Paragraph' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:92:27
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L207
3) [chromium] › widgets/editing-widgets.spec.js:148:2 › Widgets screen › Should insert content using the inline inserter
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Add block' }).first()
205 | } )
206 | .first();
> 207 | await inBetweenInserterButton.click();
| ^
208 |
209 | const inserterSearchBox = page.getByRole( 'searchbox', {
210 | name: 'Search for blocks and patterns',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:207:33
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L207
3) [chromium] › widgets/editing-widgets.spec.js:148:2 › Widgets screen › Should insert content using the inline inserter
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Add block' }).first()
205 | } )
206 | .first();
> 207 | await inBetweenInserterButton.click();
| ^
208 |
209 | const inserterSearchBox = page.getByRole( 'searchbox', {
210 | name: 'Search for blocks and patterns',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:207:33
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L207
3) [chromium] › widgets/editing-widgets.spec.js:148:2 › Widgets screen › Should insert content using the inline inserter
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Add block' }).first()
205 | } )
206 | .first();
> 207 | await inBetweenInserterButton.click();
| ^
208 |
209 | const inserterSearchBox = page.getByRole( 'searchbox', {
210 | name: 'Search for blocks and patterns',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:207:33
|
Run the tests:
test/e2e/specs/site-editor/site-editor-url-navigation.spec.js#L44
4) [chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'For a specific item' })
42 | await page
43 | .getByRole( 'button', { name: 'For a specific item' } )
> 44 | .click();
| ^
45 | await page.getByRole( 'option', { name: 'Demo' } ).click();
46 | await expect( page ).toHaveURL(
47 | '/wp-admin/site-editor.php?postId=emptytheme%2F%2Fsingle-post-demo&postType=wp_template&canvas=edit'
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/site-editor-url-navigation.spec.js:44:5
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run the tests
3 failed
[chromium] › widgets/customizing-widgets.spec.js:45:2 › Widgets Customizer › should add blocks ─
[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
1 flaky
[chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation
3 skipped
177 passed (7.9m)
|
Loading