SlotFill: use observableMap everywhere, remove manual rerendering #120421
Annotations
71 errors and 8 notices
[firefox] › editor/various/writing-flow.spec.js:920:2 › Writing Flow (@firefox:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
1) [firefox] › editor/various/writing-flow.spec.js:920:2 › Writing Flow (@Firefox, @WebKit) › does not deselect the block when selecting text outside the editor canvas
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:926:16
|
[firefox] › editor/various/writing-flow.spec.js:920:2 › Writing Flow (@firefox:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
1) [firefox] › editor/various/writing-flow.spec.js:920:2 › Writing Flow (@Firefox, @WebKit) › does not deselect the block when selecting text outside the editor canvas
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:926:16
|
[firefox] › editor/various/writing-flow.spec.js:920:2 › Writing Flow (@firefox:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
1) [firefox] › editor/various/writing-flow.spec.js:920:2 › Writing Flow (@Firefox, @WebKit) › does not deselect the block when selecting text outside the editor canvas
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:926:16
|
Playwright - 8
Process completed with exit code 1.
|
[webkit] › editor/various/rich-text.spec.js:122:2 › RichText (@firefox:
test/e2e/specs/editor/various/rich-text.spec.js#L135
1) [webkit] › editor/various/rich-text.spec.js:122:2 › RichText (@Firefox, @WebKit) › should return focus when pressing formatting button (-firefox)
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
"attributes": Object {
- "content": "Some <strong>bold</strong>.",
+ "content": ".",
},
"name": "core/paragraph",
},
]
133 | await page.keyboard.type( '.' );
134 |
> 135 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
136 | {
137 | name: 'core/paragraph',
138 | attributes: { content: 'Some <strong>bold</strong>.' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:135:38
|
[webkit] › editor/various/rich-text.spec.js:122:2 › RichText (@firefox:
test/e2e/specs/editor/various/rich-text.spec.js#L135
1) [webkit] › editor/various/rich-text.spec.js:122:2 › RichText (@Firefox, @WebKit) › should return focus when pressing formatting button (-firefox)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
"attributes": Object {
- "content": "Some <strong>bold</strong>.",
+ "content": ".",
},
"name": "core/paragraph",
},
]
133 | await page.keyboard.type( '.' );
134 |
> 135 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
136 | {
137 | name: 'core/paragraph',
138 | attributes: { content: 'Some <strong>bold</strong>.' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:135:38
|
[webkit] › editor/various/rich-text.spec.js:122:2 › RichText (@firefox:
test/e2e/specs/editor/various/rich-text.spec.js#L135
1) [webkit] › editor/various/rich-text.spec.js:122:2 › RichText (@Firefox, @WebKit) › should return focus when pressing formatting button (-firefox)
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
"attributes": Object {
- "content": "Some <strong>bold</strong>.",
+ "content": ".",
},
"name": "core/paragraph",
},
]
133 | await page.keyboard.type( '.' );
134 |
> 135 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
136 | {
137 | name: 'core/paragraph',
138 | attributes: { content: 'Some <strong>bold</strong>.' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:135:38
|
[webkit] › editor/various/writing-flow.spec.js:920:2 › Writing Flow (@firefox:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
2) [webkit] › editor/various/writing-flow.spec.js:920:2 › Writing Flow (@Firefox, @WebKit) › does not deselect the block when selecting text outside the editor canvas
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:926:16
|
[webkit] › editor/various/writing-flow.spec.js:920:2 › Writing Flow (@firefox:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
2) [webkit] › editor/various/writing-flow.spec.js:920:2 › Writing Flow (@Firefox, @WebKit) › does not deselect the block when selecting text outside the editor canvas
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:926:16
|
[webkit] › editor/various/writing-flow.spec.js:920:2 › Writing Flow (@firefox:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
2) [webkit] › editor/various/writing-flow.spec.js:920:2 › Writing Flow (@Firefox, @WebKit) › does not deselect the block when selecting text outside the editor canvas
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:926:16
|
Playwright - 7
Process completed with exit code 1.
|
[chromium] › editor/blocks/avatar.spec.js:29:2 › Avatar › should change image when user is changed:
test/e2e/specs/editor/blocks/avatar.spec.js#L54
1) [chromium] › editor/blocks/avatar.spec.js:29:2 › Avatar › should change image when user is changed
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.block-editor-block-inspector')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.block-editor-block-inspector')
52 | );
53 |
> 54 | await expect( blockInspectorControls ).toBeVisible();
| ^
55 | await page.click(
56 | `role=region[name="Editor settings"i] >> role=tab[name="Settings"i]`
57 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/avatar.spec.js:54:42
|
[chromium] › editor/blocks/avatar.spec.js:29:2 › Avatar › should change image when user is changed:
test/e2e/specs/editor/blocks/avatar.spec.js#L54
1) [chromium] › editor/blocks/avatar.spec.js:29:2 › Avatar › should change image when user is changed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.block-editor-block-inspector')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.block-editor-block-inspector')
52 | );
53 |
> 54 | await expect( blockInspectorControls ).toBeVisible();
| ^
55 | await page.click(
56 | `role=region[name="Editor settings"i] >> role=tab[name="Settings"i]`
57 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/avatar.spec.js:54:42
|
[chromium] › editor/blocks/avatar.spec.js:29:2 › Avatar › should change image when user is changed:
test/e2e/specs/editor/blocks/avatar.spec.js#L54
1) [chromium] › editor/blocks/avatar.spec.js:29:2 › Avatar › should change image when user is changed
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.block-editor-block-inspector')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.block-editor-block-inspector')
52 | );
53 |
> 54 | await expect( blockInspectorControls ).toBeVisible();
| ^
55 | await page.click(
56 | `role=region[name="Editor settings"i] >> role=tab[name="Settings"i]`
57 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/avatar.spec.js:54:42
|
[chromium] › editor/blocks/buttons.spec.js:262:2 › Buttons › can resize width:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
2) [chromium] › editor/blocks/buttons.spec.js:262:2 › Buttons › can resize width ─────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:265:16
|
[chromium] › editor/blocks/buttons.spec.js:262:2 › Buttons › can resize width:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
2) [chromium] › editor/blocks/buttons.spec.js:262:2 › Buttons › can resize width ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:265:16
|
[chromium] › editor/blocks/buttons.spec.js:262:2 › Buttons › can resize width:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
2) [chromium] › editor/blocks/buttons.spec.js:262:2 › Buttons › can resize width ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:265:16
|
[chromium] › editor/blocks/buttons.spec.js:284:2 › Buttons › can apply named colors:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
3) [chromium] › editor/blocks/buttons.spec.js:284:2 › Buttons › can apply named colors ───────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:287:16
|
[chromium] › editor/blocks/buttons.spec.js:284:2 › Buttons › can apply named colors:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
3) [chromium] › editor/blocks/buttons.spec.js:284:2 › Buttons › can apply named colors ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:287:16
|
[chromium] › editor/blocks/buttons.spec.js:284:2 › Buttons › can apply named colors:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
3) [chromium] › editor/blocks/buttons.spec.js:284:2 › Buttons › can apply named colors ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:287:16
|
[chromium] › editor/blocks/buttons.spec.js:313:2 › Buttons › can apply custom colors:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
4) [chromium] › editor/blocks/buttons.spec.js:313:2 › Buttons › can apply custom colors ──────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/buttons.spec.js:316:16
|
[chromium] › editor/various/editor-modes.spec.js:38:2 › Editing modes (visual/HTML) › should display sidebar in HTML mode:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
1) [chromium] › editor/various/editor-modes.spec.js:38:2 › Editing modes (visual/HTML) › should display sidebar in HTML mode
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/editor-modes.spec.js:40:16
|
[chromium] › editor/various/editor-modes.spec.js:38:2 › Editing modes (visual/HTML) › should display sidebar in HTML mode:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
1) [chromium] › editor/various/editor-modes.spec.js:38:2 › Editing modes (visual/HTML) › should display sidebar in HTML mode
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/editor-modes.spec.js:40:16
|
[chromium] › editor/various/editor-modes.spec.js:38:2 › Editing modes (visual/HTML) › should display sidebar in HTML mode:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
1) [chromium] › editor/various/editor-modes.spec.js:38:2 › Editing modes (visual/HTML) › should display sidebar in HTML mode
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/editor-modes.spec.js:40:16
|
[chromium] › editor/various/editor-modes.spec.js:56:2 › Editing modes (visual/HTML) › should update HTML in HTML mode when sidebar is used:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
2) [chromium] › editor/various/editor-modes.spec.js:56:2 › Editing modes (visual/HTML) › should update HTML in HTML mode when sidebar is used
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/editor-modes.spec.js:61:16
|
[chromium] › editor/various/editor-modes.spec.js:56:2 › Editing modes (visual/HTML) › should update HTML in HTML mode when sidebar is used:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
2) [chromium] › editor/various/editor-modes.spec.js:56:2 › Editing modes (visual/HTML) › should update HTML in HTML mode when sidebar is used
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/editor-modes.spec.js:61:16
|
[chromium] › editor/various/editor-modes.spec.js:56:2 › Editing modes (visual/HTML) › should update HTML in HTML mode when sidebar is used:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
2) [chromium] › editor/various/editor-modes.spec.js:56:2 › Editing modes (visual/HTML) › should update HTML in HTML mode when sidebar is used
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/editor-modes.spec.js:61:16
|
[chromium] › editor/various/editor-modes.spec.js:87:2 › Editing modes (visual/HTML) › the code editor should unselect blocks and disable the inserter:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
3) [chromium] › editor/various/editor-modes.spec.js:87:2 › Editing modes (visual/HTML) › the code editor should unselect blocks and disable the inserter
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/editor-modes.spec.js:92:16
|
[chromium] › editor/various/editor-modes.spec.js:87:2 › Editing modes (visual/HTML) › the code editor should unselect blocks and disable the inserter:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
3) [chromium] › editor/various/editor-modes.spec.js:87:2 › Editing modes (visual/HTML) › the code editor should unselect blocks and disable the inserter
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/editor-modes.spec.js:92:16
|
[chromium] › editor/various/editor-modes.spec.js:87:2 › Editing modes (visual/HTML) › the code editor should unselect blocks and disable the inserter:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
3) [chromium] › editor/various/editor-modes.spec.js:87:2 › Editing modes (visual/HTML) › the code editor should unselect blocks and disable the inserter
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/editor-modes.spec.js:92:16
|
[chromium] › editor/various/font-appearance-control.spec.js:11:2 › Font Appearance Control dropdown menu › should apply available font weight and styles from active font family:
test/e2e/specs/editor/various/font-appearance-control.spec.js#L26
4) [chromium] › editor/various/font-appearance-control.spec.js:11:2 › Font Appearance Control dropdown menu › should apply available font weight and styles from active font family
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Typography options' })
24 | await page
25 | .getByRole( 'button', { name: 'Typography options' } )
> 26 | .click();
| ^
27 | await expect(
28 | page.getByRole( 'combobox', { name: 'Appearance' } )
29 | ).toHaveText( 'Regular' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/font-appearance-control.spec.js:26:5
|
[chromium] › editor/blocks/navigation-list-view.spec.js:49:2 › Navigation block - List view editing › show a list view in the inspector controls:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
1) [chromium] › editor/blocks/navigation-list-view.spec.js:49:2 › Navigation block - List view editing › show a list view in the inspector controls
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:58:16
|
[chromium] › editor/blocks/navigation-list-view.spec.js:49:2 › Navigation block - List view editing › show a list view in the inspector controls:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
1) [chromium] › editor/blocks/navigation-list-view.spec.js:49:2 › Navigation block - List view editing › show a list view in the inspector controls
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:58:16
|
[chromium] › editor/blocks/navigation-list-view.spec.js:49:2 › Navigation block - List view editing › show a list view in the inspector controls:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
1) [chromium] › editor/blocks/navigation-list-view.spec.js:49:2 › Navigation block - List view editing › show a list view in the inspector controls
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:58:16
|
[chromium] › editor/blocks/navigation-list-view.spec.js:86:2 › Navigation block - List view editing › list view should correctly reflect navigation items' structure:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
2) [chromium] › editor/blocks/navigation-list-view.spec.js:86:2 › Navigation block - List view editing › list view should correctly reflect navigation items' structure
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:95:16
|
[chromium] › editor/blocks/navigation-list-view.spec.js:86:2 › Navigation block - List view editing › list view should correctly reflect navigation items' structure:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
2) [chromium] › editor/blocks/navigation-list-view.spec.js:86:2 › Navigation block - List view editing › list view should correctly reflect navigation items' structure
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:95:16
|
[chromium] › editor/blocks/navigation-list-view.spec.js:86:2 › Navigation block - List view editing › list view should correctly reflect navigation items' structure:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
2) [chromium] › editor/blocks/navigation-list-view.spec.js:86:2 › Navigation block - List view editing › list view should correctly reflect navigation items' structure
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:95:16
|
[chromium] › editor/blocks/navigation-list-view.spec.js:134:2 › Navigation block - List view editing › can add new menu items:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
3) [chromium] › editor/blocks/navigation-list-view.spec.js:134:2 › Navigation block - List view editing › can add new menu items
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:159:16
|
[chromium] › editor/blocks/navigation-list-view.spec.js:134:2 › Navigation block - List view editing › can add new menu items:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
3) [chromium] › editor/blocks/navigation-list-view.spec.js:134:2 › Navigation block - List view editing › can add new menu items
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:159:16
|
[chromium] › editor/blocks/navigation-list-view.spec.js:134:2 › Navigation block - List view editing › can add new menu items:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
3) [chromium] › editor/blocks/navigation-list-view.spec.js:134:2 › Navigation block - List view editing › can add new menu items
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:159:16
|
[chromium] › editor/blocks/navigation-list-view.spec.js:249:2 › Navigation block - List view editing › can remove menu items:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
4) [chromium] › editor/blocks/navigation-list-view.spec.js:249:2 › Navigation block - List view editing › can remove menu items
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-list-view.spec.js:254:16
|
[chromium] › site-editor/push-to-global-styles.spec.js:23:2 › Push to Global Styles button › should apply Heading block styles to all Heading blocks:
test/e2e/specs/site-editor/push-to-global-styles.spec.js#L37
1) [chromium] › site-editor/push-to-global-styles.spec.js:23:2 › Push to Global Styles button › should apply Heading block styles to all Heading blocks
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Styles' })
35 |
36 | // Navigate to Styles -> Blocks -> Heading -> Typography
> 37 | await topBar.getByRole( 'button', { name: 'Styles' } ).click();
| ^
38 | await settingsPanel.getByRole( 'button', { name: 'Blocks' } ).click();
39 | await settingsPanel.getByRole( 'button', { name: 'Heading' } ).click();
40 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/push-to-global-styles.spec.js:37:58
|
[chromium] › site-editor/push-to-global-styles.spec.js:23:2 › Push to Global Styles button › should apply Heading block styles to all Heading blocks:
test/e2e/specs/site-editor/push-to-global-styles.spec.js#L37
1) [chromium] › site-editor/push-to-global-styles.spec.js:23:2 › Push to Global Styles button › should apply Heading block styles to all Heading blocks
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Styles' })
35 |
36 | // Navigate to Styles -> Blocks -> Heading -> Typography
> 37 | await topBar.getByRole( 'button', { name: 'Styles' } ).click();
| ^
38 | await settingsPanel.getByRole( 'button', { name: 'Blocks' } ).click();
39 | await settingsPanel.getByRole( 'button', { name: 'Heading' } ).click();
40 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/push-to-global-styles.spec.js:37:58
|
[chromium] › site-editor/push-to-global-styles.spec.js:23:2 › Push to Global Styles button › should apply Heading block styles to all Heading blocks:
test/e2e/specs/site-editor/push-to-global-styles.spec.js#L37
1) [chromium] › site-editor/push-to-global-styles.spec.js:23:2 › Push to Global Styles button › should apply Heading block styles to all Heading blocks
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Styles' })
35 |
36 | // Navigate to Styles -> Blocks -> Heading -> Typography
> 37 | await topBar.getByRole( 'button', { name: 'Styles' } ).click();
| ^
38 | await settingsPanel.getByRole( 'button', { name: 'Blocks' } ).click();
39 | await settingsPanel.getByRole( 'button', { name: 'Heading' } ).click();
40 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/push-to-global-styles.spec.js:37:58
|
[chromium] › site-editor/settings-sidebar.spec.js:32:3 › Settings sidebar › Template tab › should open template tab by default if no block is selected:
test/e2e/specs/site-editor/settings-sidebar.spec.js#L42
2) [chromium] › site-editor/settings-sidebar.spec.js:32:3 › Settings sidebar › Template tab › should open template tab by default if no block is selected
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('region', { name: 'Editor settings' }).getByRole('tab', { selected: true })
Expected string: "Template"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('tab', { selected: true })
40 | .getByRole( 'region', { name: 'Editor settings' } )
41 | .getByRole( 'tab', { selected: true } )
> 42 | ).toHaveText( 'Template' );
| ^
43 | } );
44 |
45 | test( `should show the currently selected template's title and description`, async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/settings-sidebar.spec.js:42:6
|
[chromium] › site-editor/settings-sidebar.spec.js:32:3 › Settings sidebar › Template tab › should open template tab by default if no block is selected:
test/e2e/specs/site-editor/settings-sidebar.spec.js#L42
2) [chromium] › site-editor/settings-sidebar.spec.js:32:3 › Settings sidebar › Template tab › should open template tab by default if no block is selected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('region', { name: 'Editor settings' }).getByRole('tab', { selected: true })
Expected string: "Template"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('tab', { selected: true })
40 | .getByRole( 'region', { name: 'Editor settings' } )
41 | .getByRole( 'tab', { selected: true } )
> 42 | ).toHaveText( 'Template' );
| ^
43 | } );
44 |
45 | test( `should show the currently selected template's title and description`, async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/settings-sidebar.spec.js:42:6
|
[chromium] › site-editor/settings-sidebar.spec.js:32:3 › Settings sidebar › Template tab › should open template tab by default if no block is selected:
test/e2e/specs/site-editor/settings-sidebar.spec.js#L42
2) [chromium] › site-editor/settings-sidebar.spec.js:32:3 › Settings sidebar › Template tab › should open template tab by default if no block is selected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('region', { name: 'Editor settings' }).getByRole('tab', { selected: true })
Expected string: "Template"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('tab', { selected: true })
40 | .getByRole( 'region', { name: 'Editor settings' } )
41 | .getByRole( 'tab', { selected: true } )
> 42 | ).toHaveText( 'Template' );
| ^
43 | } );
44 |
45 | test( `should show the currently selected template's title and description`, async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/settings-sidebar.spec.js:42:6
|
[chromium] › site-editor/settings-sidebar.spec.js:45:3 › Settings sidebar › Template tab › should show the currently selected template's title and description:
test/e2e/specs/site-editor/settings-sidebar.spec.js#L59
3) [chromium] › site-editor/settings-sidebar.spec.js:45:3 › Settings sidebar › Template tab › should show the currently selected template's title and description
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('region', { name: 'Editor settings' }).locator('.editor-post-card-panel__title')
Expected string: "Index"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor settings' }).locator('.editor-post-card-panel__title')
57 | );
58 |
> 59 | await expect( templateTitle ).toHaveText( 'Index' );
| ^
60 | await expect( settingsSideber ).toContainText(
61 | 'Used as a fallback template for all pages when a more specific template is not defined.'
62 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/settings-sidebar.spec.js:59:34
|
[chromium] › site-editor/settings-sidebar.spec.js:45:3 › Settings sidebar › Template tab › should show the currently selected template's title and description:
test/e2e/specs/site-editor/settings-sidebar.spec.js#L59
3) [chromium] › site-editor/settings-sidebar.spec.js:45:3 › Settings sidebar › Template tab › should show the currently selected template's title and description
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('region', { name: 'Editor settings' }).locator('.editor-post-card-panel__title')
Expected string: "Index"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor settings' }).locator('.editor-post-card-panel__title')
57 | );
58 |
> 59 | await expect( templateTitle ).toHaveText( 'Index' );
| ^
60 | await expect( settingsSideber ).toContainText(
61 | 'Used as a fallback template for all pages when a more specific template is not defined.'
62 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/settings-sidebar.spec.js:59:34
|
[chromium] › site-editor/settings-sidebar.spec.js:45:3 › Settings sidebar › Template tab › should show the currently selected template's title and description:
test/e2e/specs/site-editor/settings-sidebar.spec.js#L59
3) [chromium] › site-editor/settings-sidebar.spec.js:45:3 › Settings sidebar › Template tab › should show the currently selected template's title and description
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('region', { name: 'Editor settings' }).locator('.editor-post-card-panel__title')
Expected string: "Index"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor settings' }).locator('.editor-post-card-panel__title')
57 | );
58 |
> 59 | await expect( templateTitle ).toHaveText( 'Index' );
| ^
60 | await expect( settingsSideber ).toContainText(
61 | 'Used as a fallback template for all pages when a more specific template is not defined.'
62 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/settings-sidebar.spec.js:59:34
|
[chromium] › site-editor/settings-sidebar.spec.js:78:3 › Settings sidebar › Block tab › should open block tab by default if a block is selected:
packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts#L21
4) [chromium] › site-editor/settings-sidebar.spec.js:78:3 › Settings sidebar › Block tab › should open block tab by default if a block is selected
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Settings', disabled: false })
at ../../../packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21
19 |
20 | const isClosed =
> 21 | ( await toggleButton.getAttribute( 'aria-expanded' ) ) === 'false';
| ^
22 |
23 | if ( isClosed ) {
24 | await toggleButton.click();
at Editor.openDocumentSettingsSidebar (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/open-document-settings-sidebar.ts:21:24)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/settings-sidebar.spec.js:85:17
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:141:3 › Registered sources › getValues › should show the returned values in image attributes:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L183
1) [chromium] › editor/various/block-bindings/custom-sources.spec.js:141:3 › Registered sources › getValues › should show the returned values in image attributes
TimeoutError: locator.inputValue: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text')
181 | .getByRole( 'tabpanel', { name: 'Settings' } )
182 | .getByLabel( 'Alternative text' )
> 183 | .inputValue();
| ^
184 | expect( altValue ).toBe( 'Text Field Value' );
185 |
186 | // Title input should have the original value.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:183:6
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:141:3 › Registered sources › getValues › should show the returned values in image attributes:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L183
1) [chromium] › editor/various/block-bindings/custom-sources.spec.js:141:3 › Registered sources › getValues › should show the returned values in image attributes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.inputValue: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text')
181 | .getByRole( 'tabpanel', { name: 'Settings' } )
182 | .getByLabel( 'Alternative text' )
> 183 | .inputValue();
| ^
184 | expect( altValue ).toBe( 'Text Field Value' );
185 |
186 | // Title input should have the original value.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:183:6
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:141:3 › Registered sources › getValues › should show the returned values in image attributes:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L183
1) [chromium] › editor/various/block-bindings/custom-sources.spec.js:141:3 › Registered sources › getValues › should show the returned values in image attributes
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.inputValue: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text')
181 | .getByRole( 'tabpanel', { name: 'Settings' } )
182 | .getByLabel( 'Alternative text' )
> 183 | .inputValue();
| ^
184 | expect( altValue ).toBe( 'Text Field Value' );
185 |
186 | // Title input should have the original value.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:183:6
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:428:4 › Registered sources › should lock editing › canUserEditValue returns false › image:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L477
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:428:4 › Registered sources › should lock editing › canUserEditValue returns false › image
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute()
Locator: getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text')
Expected: have attribute
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text')
475 | .getByRole( 'tabpanel', { name: 'Settings' } )
476 | .getByLabel( 'Alternative text' )
> 477 | ).toHaveAttribute( 'readonly' );
| ^
478 | const altValue = await page
479 | .getByRole( 'tabpanel', { name: 'Settings' } )
480 | .getByLabel( 'Alternative text' )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:477:7
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:428:4 › Registered sources › should lock editing › canUserEditValue returns false › image:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L477
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:428:4 › Registered sources › should lock editing › canUserEditValue returns false › image
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute()
Locator: getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text')
Expected: have attribute
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text')
475 | .getByRole( 'tabpanel', { name: 'Settings' } )
476 | .getByLabel( 'Alternative text' )
> 477 | ).toHaveAttribute( 'readonly' );
| ^
478 | const altValue = await page
479 | .getByRole( 'tabpanel', { name: 'Settings' } )
480 | .getByLabel( 'Alternative text' )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:477:7
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:428:4 › Registered sources › should lock editing › canUserEditValue returns false › image:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L477
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:428:4 › Registered sources › should lock editing › canUserEditValue returns false › image
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute()
Locator: getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text')
Expected: have attribute
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text')
475 | .getByRole( 'tabpanel', { name: 'Settings' } )
476 | .getByLabel( 'Alternative text' )
> 477 | ).toHaveAttribute( 'readonly' );
| ^
478 | const altValue = await page
479 | .getByRole( 'tabpanel', { name: 'Settings' } )
480 | .getByLabel( 'Alternative text' )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:477:7
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:713:3 › Registered sources › setValues › should be possible to edit the value of the text custom field from the image alt:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L744
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:713:3 › Registered sources › setValues › should be possible to edit the value of the text custom field from the image alt
Error: Timed out 5000ms waiting for expect(locator).not.toHaveAttribute()
Locator: getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text')
Expected: not have attribute
Received: <element(s) not found>
Call log:
- expect.not.toHaveAttribute with timeout 5000ms
- waiting for getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text')
742 | .getByRole( 'tabpanel', { name: 'Settings' } )
743 | .getByLabel( 'Alternative text' );
> 744 | await expect( altInputArea ).not.toHaveAttribute( 'readonly' );
| ^
745 | await altInputArea.fill( 'new value' );
746 |
747 | // Check that the image alt attribute didn't change.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:744:37
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:713:3 › Registered sources › setValues › should be possible to edit the value of the text custom field from the image alt:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L744
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:713:3 › Registered sources › setValues › should be possible to edit the value of the text custom field from the image alt
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toHaveAttribute()
Locator: getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text')
Expected: not have attribute
Received: <element(s) not found>
Call log:
- expect.not.toHaveAttribute with timeout 5000ms
- waiting for getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text')
742 | .getByRole( 'tabpanel', { name: 'Settings' } )
743 | .getByLabel( 'Alternative text' );
> 744 | await expect( altInputArea ).not.toHaveAttribute( 'readonly' );
| ^
745 | await altInputArea.fill( 'new value' );
746 |
747 | // Check that the image alt attribute didn't change.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:744:37
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:713:3 › Registered sources › setValues › should be possible to edit the value of the text custom field from the image alt:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L744
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:713:3 › Registered sources › setValues › should be possible to edit the value of the text custom field from the image alt
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toHaveAttribute()
Locator: getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text')
Expected: not have attribute
Received: <element(s) not found>
Call log:
- expect.not.toHaveAttribute with timeout 5000ms
- waiting for getByRole('tabpanel', { name: 'Settings' }).getByLabel('Alternative text')
742 | .getByRole( 'tabpanel', { name: 'Settings' } )
743 | .getByLabel( 'Alternative text' );
> 744 | await expect( altInputArea ).not.toHaveAttribute( 'readonly' );
| ^
745 | await altInputArea.fill( 'new value' );
746 |
747 | // Check that the image alt attribute didn't change.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:744:37
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:761:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L768
4) [chromium] › editor/various/block-bindings/custom-sources.spec.js:761:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByLabel('Attributes options')
766 | name: 'core/paragraph',
767 | } );
> 768 | await page.getByLabel( 'Attributes options' ).click();
| ^
769 | await page
770 | .getByRole( 'menuitemcheckbox', {
771 | name: 'Show content',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:768:50
|
[chromium] › editor/various/rich-text.spec.js:122:2 › RichText (@firefox:
test/e2e/specs/editor/various/rich-text.spec.js#L135
1) [chromium] › editor/various/rich-text.spec.js:122:2 › RichText (@Firefox, @WebKit) › should return focus when pressing formatting button (-firefox)
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
"attributes": Object {
- "content": "Some <strong>bold</strong>.",
+ "content": ".",
},
"name": "core/paragraph",
},
]
133 | await page.keyboard.type( '.' );
134 |
> 135 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
136 | {
137 | name: 'core/paragraph',
138 | attributes: { content: 'Some <strong>bold</strong>.' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:135:38
|
[chromium] › editor/various/rich-text.spec.js:122:2 › RichText (@firefox:
test/e2e/specs/editor/various/rich-text.spec.js#L135
1) [chromium] › editor/various/rich-text.spec.js:122:2 › RichText (@Firefox, @WebKit) › should return focus when pressing formatting button (-firefox)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
"attributes": Object {
- "content": "Some <strong>bold</strong>.",
+ "content": ".",
},
"name": "core/paragraph",
},
]
133 | await page.keyboard.type( '.' );
134 |
> 135 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
136 | {
137 | name: 'core/paragraph',
138 | attributes: { content: 'Some <strong>bold</strong>.' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:135:38
|
[chromium] › editor/various/rich-text.spec.js:122:2 › RichText (@firefox:
test/e2e/specs/editor/various/rich-text.spec.js#L135
1) [chromium] › editor/various/rich-text.spec.js:122:2 › RichText (@Firefox, @WebKit) › should return focus when pressing formatting button (-firefox)
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
"attributes": Object {
- "content": "Some <strong>bold</strong>.",
+ "content": ".",
},
"name": "core/paragraph",
},
]
133 | await page.keyboard.type( '.' );
134 |
> 135 | expect( await editor.getBlocks() ).toMatchObject( [
| ^
136 | {
137 | name: 'core/paragraph',
138 | attributes: { content: 'Some <strong>bold</strong>.' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:135:38
|
[chromium] › editor/various/rich-text.spec.js:605:2 › RichText (@firefox:
packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts#L20
2) [chromium] › editor/various/rich-text.spec.js:605:2 › RichText (@Firefox, @WebKit) › should preserve internal formatting (-webkit, -firefox)
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=toolbar[name="Block tools"i]').locator('role=button[name="More"]')
at ../../../packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts:20
18 | const button = blockToolbar.locator( `role=button[name="${ label }"]` );
19 |
> 20 | await button.click();
| ^
21 | }
22 |
at Editor.clickBlockToolbarButton (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts:20:15)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:617:3
|
[chromium] › editor/various/rich-text.spec.js:605:2 › RichText (@firefox:
packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts#L20
2) [chromium] › editor/various/rich-text.spec.js:605:2 › RichText (@Firefox, @WebKit) › should preserve internal formatting (-webkit, -firefox)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=toolbar[name="Block tools"i]').locator('role=button[name="More"]')
at ../../../packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts:20
18 | const button = blockToolbar.locator( `role=button[name="${ label }"]` );
19 |
> 20 | await button.click();
| ^
21 | }
22 |
at Editor.clickBlockToolbarButton (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts:20:15)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:617:3
|
[chromium] › editor/various/rich-text.spec.js:605:2 › RichText (@firefox:
packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts#L20
2) [chromium] › editor/various/rich-text.spec.js:605:2 › RichText (@Firefox, @WebKit) › should preserve internal formatting (-webkit, -firefox)
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=toolbar[name="Block tools"i]').locator('role=button[name="More"]')
at ../../../packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts:20
18 | const button = blockToolbar.locator( `role=button[name="${ label }"]` );
19 |
> 20 | await button.click();
| ^
21 | }
22 |
at Editor.clickBlockToolbarButton (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/click-block-toolbar-button.ts:20:15)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:617:3
|
[chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Pacific/Honolulu › Should change publishing button text from "Publish" to "Schedule":
test/e2e/specs/editor/various/scheduling.spec.js#L46
3) [chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Pacific/Honolulu › Should change publishing button text from "Publish" to "Schedule"
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Change date' })
44 | await page
45 | .getByRole( 'button', { name: 'Change date' } )
> 46 | .click();
| ^
47 |
48 | // Change the publishing date to a year in the future.
49 | await page
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/scheduling.spec.js:46:7
|
[chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Pacific/Honolulu › Should change publishing button text from "Publish" to "Schedule":
test/e2e/specs/editor/various/scheduling.spec.js#L46
3) [chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Pacific/Honolulu › Should change publishing button text from "Publish" to "Schedule"
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Change date' })
44 | await page
45 | .getByRole( 'button', { name: 'Change date' } )
> 46 | .click();
| ^
47 |
48 | // Change the publishing date to a year in the future.
49 | await page
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/scheduling.spec.js:46:7
|
[chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Pacific/Honolulu › Should change publishing button text from "Publish" to "Schedule":
test/e2e/specs/editor/various/scheduling.spec.js#L46
3) [chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Pacific/Honolulu › Should change publishing button text from "Publish" to "Schedule"
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Change date' })
44 | await page
45 | .getByRole( 'button', { name: 'Change date' } )
> 46 | .click();
| ^
47 |
48 | // Change the publishing date to a year in the future.
49 | await page
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/scheduling.spec.js:46:7
|
[chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone UTC › Should change publishing button text from "Publish" to "Schedule":
test/e2e/specs/editor/various/scheduling.spec.js#L46
4) [chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone UTC › Should change publishing button text from "Publish" to "Schedule"
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Change date' })
44 | await page
45 | .getByRole( 'button', { name: 'Change date' } )
> 46 | .click();
| ^
47 |
48 | // Change the publishing date to a year in the future.
49 | await page
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/scheduling.spec.js:46:7
|
|
🎭 Playwright Run Summary
2 failed
[webkit] › editor/various/rich-text.spec.js:122:2 › RichText (@Firefox, @WebKit) › should return focus when pressing formatting button (-firefox)
[webkit] › editor/various/writing-flow.spec.js:920:2 › Writing Flow (@Firefox, @WebKit) › does not deselect the block when selecting text outside the editor canvas
1 skipped
195 passed (11.0m)
|
🎭 Playwright Run Summary
24 failed
[chromium] › editor/blocks/avatar.spec.js:29:2 › Avatar › should change image when user is changed
[chromium] › editor/blocks/buttons.spec.js:262:2 › Buttons › can resize width ──────────────────
[chromium] › editor/blocks/buttons.spec.js:284:2 › Buttons › can apply named colors ────────────
[chromium] › editor/blocks/buttons.spec.js:313:2 › Buttons › can apply custom colors ───────────
[chromium] › editor/blocks/buttons.spec.js:345:2 › Buttons › can apply named gradient background color
[chromium] › editor/blocks/buttons.spec.js:374:2 › Buttons › can apply custom gradient background color
[chromium] › editor/blocks/columns.spec.js:47:2 › Columns › prevent the removal of locked column block from the column count change UI
[chromium] › editor/blocks/columns.spec.js:206:4 › Columns › should update the column widths correctly › when the column count is changed to 2
[chromium] › editor/blocks/columns.spec.js:206:4 › Columns › should update the column widths correctly › when the column count is changed to 3
[chromium] › editor/blocks/columns.spec.js:206:4 › Columns › should update the column widths correctly › when the column count is changed to 5
[chromium] › editor/blocks/columns.spec.js:206:4 › Columns › should update the column widths correctly › when the column count is changed to 6
[chromium] › editor/blocks/cover.spec.js:125:2 › Cover › can be resized using drag & drop ──────
[chromium] › editor/blocks/heading.spec.js:169:2 › Heading › should correctly apply custom colors
[chromium] › editor/blocks/heading.spec.js:206:2 › Heading › should correctly apply named colors
[chromium] › editor/blocks/image.spec.js:127:2 › Image › should have keyboard navigable toolbar for caption
[chromium] › editor/blocks/links.spec.js:124:2 › Links › will automatically create a link if selected text is a valid HTTP based URL
[chromium] › editor/blocks/links.spec.js:336:2 › Links › escape dismisses the Link UI popover and returns focus
[chromium] › editor/blocks/links.spec.js:1035:3 › Links › Editing link text › should show any trailing and/or leading whitespace from linked text within the text input
[chromium] › editor/blocks/navigation-colors.spec.js:57:2 › Navigation colors › All navigation links should default to the body color and submenus and mobile overlay should default to a white background with black text
[chromium] › editor/blocks/navigation-colors.spec.js:78:2 › Navigation colors › Top level navigation links inherit the text color from the theme/group but do not apply to the submenu or overlay text
[chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group
[chromium] › editor/blocks/navigation-colors.spec.js:187:2 › Navigation colors › The navigation text color should apply to all navigation links including submenu and overlay text
[chromium] › editor/blocks/navigation-colors.spec.js:229:2 › Navigation colors › The navigation background color should apply to all navigation links including submenu and overlay backgrounds
[chromium] › editor/blocks/navigation-colors.spec.js:274:2 › Navigation colors › As a user I expect my navigation to use the colors I selected for it
175 passed (23.0m)
|
🎭 Playwright Run Summary
42 failed
[chromium] › editor/various/editor-modes.spec.js:38:2 › Editing modes (visual/HTML) › should display sidebar in HTML mode
[chromium] › editor/various/editor-modes.spec.js:56:2 › Editing modes (visual/HTML) › should update HTML in HTML mode when sidebar is used
[chromium] › editor/various/editor-modes.spec.js:87:2 › Editing modes (visual/HTML) › the code editor should unselect blocks and disable the inserter
[chromium] › editor/various/font-appearance-control.spec.js:11:2 › Font Appearance Control dropdown menu › should apply available font weight and styles from active font family
[chromium] › editor/various/font-appearance-control.spec.js:64:2 › Font Appearance Control dropdown menu › should apply Default appearance if weight and style are invalid
[chromium] › editor/various/font-size-picker.spec.js:22:3 › Font Size Picker › Common › should apply a custom font size using the font size input
[chromium] › editor/various/font-size-picker.spec.js:44:3 › Font Size Picker › Common › should reset a custom font size using input field
[chromium] › editor/various/font-size-picker.spec.js:136:3 › Font Size Picker › More font sizes › should apply a named font size using the font size buttons
[chromium] › editor/various/font-size-picker.spec.js:158:3 › Font Size Picker › More font sizes › should reset a named font size using the tools panel menu
[chromium] › editor/various/font-size-picker.spec.js:191:3 › Font Size Picker › More font sizes › should reset a named font size using input field
[chromium] › editor/various/font-size-picker.spec.js:229:3 › Font Size Picker › Few font sizes › should apply a named font size using the font size buttons
[chromium] › editor/various/font-size-picker.spec.js:248:3 › Font Size Picker › Few font sizes › should reset a named font size using the tools panel menu
[chromium] › editor/various/font-size-picker.spec.js:278:3 › Font Size Picker › Few font sizes › should reset a named font size using input field
[chromium] › editor/various/footnotes.spec.js:29:2 › Footnotes › can be inserted ───────────────
[chromium] › editor/various/footnotes.spec.js:193:2 › Footnotes › can be inserted in a list ────
[chromium] › editor/various/footnotes.spec.js:232:2 › Footnotes › can be inserted in a table ───
[chromium] › editor/various/footnotes.spec.js:293:2 › Footnotes › works with revisions ─────────
[chromium] › editor/various/footnotes.spec.js:398:2 › Footnotes › can be previewed when published
[chromium] › editor/various/format-library/text-color.spec.js:11:2 › Format Library - Text color › should remove highlighting element
[chromium] › editor/various/keep-styles-on-block-transforms.spec.js:11:2 › Keep styles on block transforms › Should keep colors during a transform
[chromium] › editor/various/keep-styles-on-block-transforms.spec.js:37:2 › Keep styles on block transforms › Should keep the font size during a transform from multiple blocks into multiple blocks
[chromium] › editor/various/keep-styles-on-block-transforms.spec.js:73:2 › Keep styles on block transforms › Should not include styles in the group block when grouping a block
[chromium] › editor/various/keyboard-navigable-blocks.spec.js:20:2 › Order of block keyboard navigation › permits tabbing through the block toolbar of the paragraph block
[chromium] › editor/various/keyboard-navigable-blocks.spec.js:42:2 › Order of block keyboard navigation › should navigate correctly with multi selection
[chromium] › editor/various/navigable-toolbar.spec.js:54:3 › Block Toolbar › Contextual Toolbar › can navigate to the block toolbar and back to block using the keyboard
[chromium] › editor/various/navigable-toolbar.spec.js:133:2 › Block Toolbar › Block toolbar will scroll to reveal hidden buttons with fixed toolbar
[chromium] › editor/various/new-post-default-content.spec.js:24:2 › new editor filtered state › should respect default content
[chromium] › editor/various/new-post.spec.js:19:2 › new editor state › should show
|
🎭 Playwright Run Summary
41 failed
[chromium] › editor/blocks/navigation-list-view.spec.js:49:2 › Navigation block - List view editing › show a list view in the inspector controls
[chromium] › editor/blocks/navigation-list-view.spec.js:86:2 › Navigation block - List view editing › list view should correctly reflect navigation items' structure
[chromium] › editor/blocks/navigation-list-view.spec.js:134:2 › Navigation block - List view editing › can add new menu items
[chromium] › editor/blocks/navigation-list-view.spec.js:249:2 › Navigation block - List view editing › can remove menu items
[chromium] › editor/blocks/navigation-list-view.spec.js:303:2 › Navigation block - List view editing › can edit menu items
[chromium] › editor/blocks/navigation-list-view.spec.js:387:2 › Navigation block - List view editing › can add submenus
[chromium] › editor/blocks/navigation-list-view.spec.js:464:2 › Navigation block - List view editing › does not display link interface for blocks that have not just been inserted
[chromium] › editor/blocks/navigation-list-view.spec.js:547:2 › Navigation block - List view editing › can create a new menu without losing focus
[chromium] › editor/blocks/table.spec.js:80:2 › Table › allows header and footer rows to be switched on and off
[chromium] › editor/blocks/table.spec.js:146:2 › Table › allows adding and deleting columns across the table header, body and footer
[chromium] › editor/blocks/table.spec.js:231:2 › Table › allows cells to be selected when the cell area outside of the RichText is clicked
[chromium] › editor/plugins/annotations.spec.js:31:2 › Annotations › allows a block to be annotated
[chromium] › editor/plugins/annotations.spec.js:61:2 › Annotations › keeps the cursor in the same location when applying annotation
[chromium] › editor/plugins/annotations.spec.js:87:2 › Annotations › moves when typing before it
[chromium] › editor/plugins/annotations.spec.js:125:2 › Annotations › grows when typing inside it
[chromium] › editor/plugins/block-directory.spec.js:106:2 › Block Directory › Should show an empty state when no plugin is found
[chromium] › editor/plugins/block-directory.spec.js:153:2 › Block Directory › Should be able to add (the first) block
[chromium] › editor/plugins/block-icons.spec.js:26:2 › Block Icons › Block with svg icon ───────
[chromium] › editor/plugins/block-icons.spec.js:60:2 › Block Icons › Block with dash icon ──────
[chromium] › editor/plugins/block-icons.spec.js:100:2 › Block Icons › Block with function icon ─
[chromium] › editor/plugins/block-icons.spec.js:134:2 › Block Icons › Block with dash icon and background/foreground colors
[chromium] › editor/plugins/block-icons.spec.js:182:2 › Block Icons › Block with svg icon and background should compute a readable foreground color
[chromium] › editor/plugins/block-variations.spec.js:123:2 › Block variations › should show block information when no matching variation is found
[chromium] › editor/plugins/block-variations.spec.js:160:2 › Block variations › should display variations info if all declared
[chromium] › editor/plugins/block-variations.spec.js:196:2 › Block variations › should display mixed block and variation match information
[chromium] › editor/plugins/custom-post-types.spec.js:17:2 › Test Custom Post Types › should be able to create an hierarchical post without title support
[chromium] › editor/plugins/custom-post-types.spec.js:62:2 › Test Custom Post Types › should not be able to rename a post that lacks title support
[chromium] › editor/plugins/custom-taxonomies.spec.js:21:2 › Custom Taxonomies labels are used › Ensures the custom taxonomy labels are respected
[chromium] › editor/plugins/format-api.spec.js:19:2 › Using Format API › Clicking the control wraps the selected text properly with HTML code
[chromium] › editor/plugins/format-api.spec.js:43:2 › Using Format API › should show unknow formatting button
[chromium] › editor/plugins/hooks-api.spec.js:20:2 › Using Hooks API › S
|
🎭 Playwright Run Summary
41 failed
[chromium] › site-editor/push-to-global-styles.spec.js:23:2 › Push to Global Styles button › should apply Heading block styles to all Heading blocks
[chromium] › site-editor/settings-sidebar.spec.js:32:3 › Settings sidebar › Template tab › should open template tab by default if no block is selected
[chromium] › site-editor/settings-sidebar.spec.js:45:3 › Settings sidebar › Template tab › should show the currently selected template's title and description
[chromium] › site-editor/settings-sidebar.spec.js:78:3 › Settings sidebar › Block tab › should open block tab by default if a block is selected
[chromium] › site-editor/settings-sidebar.spec.js:96:3 › Settings sidebar › Tab switch based on selection › should switch to block tab if we select a block, when Template is selected
[chromium] › site-editor/settings-sidebar.spec.js:118:3 › Settings sidebar › Tab switch based on selection › should switch to Template tab when a block was selected and we select the Template
[chromium] › site-editor/style-book.spec.js:33:2 › Style Book › should disable toolbar buttons when open
[chromium] › site-editor/style-book.spec.js:45:2 › Style Book › should have tabs containing block examples
[chromium] › site-editor/style-book.spec.js:79:2 › Style Book › should open correct Global Styles panel when example is clicked
[chromium] › site-editor/style-book.spec.js:96:2 › Style Book › should allow to return Global Styles root when example is clicked
[chromium] › site-editor/style-book.spec.js:117:2 › Style Book › should disappear when closed via click event or Escape key
[chromium] › site-editor/style-book.spec.js:147:2 › Style Book › should persist when navigating the global styles sidebar
[chromium] › site-editor/style-book.spec.js:176:2 › Style Book › should allow opening the command menu from the header when open
[chromium] › site-editor/style-variations.spec.js:32:2 › Global styles variations › should have three variations available with the first one being active
[chromium] › site-editor/style-variations.spec.js:68:2 › Global styles variations › should apply preset colors and font sizes in a variation
[chromium] › site-editor/style-variations.spec.js:104:2 › Global styles variations › should apply custom colors and font sizes in a variation
[chromium] › site-editor/style-variations.spec.js:146:2 › Global styles variations › should apply a color palette in a variation
[chromium] › site-editor/style-variations.spec.js:175:2 › Global styles variations › should reflect style variations in the styles applied to the editor
[chromium] › site-editor/styles.spec.js:15:2 › Styles › should override reset styles and library styles
[chromium] › site-editor/template-part.spec.js:79:2 › Template Part › can convert a single block to a template part
[chromium] › site-editor/template-part.spec.js:117:2 › Template Part › can convert multiple blocks to a template part
[chromium] › site-editor/template-part.spec.js:253:2 › Template Part › doesn't throw a block error when clicking on a link
[chromium] › site-editor/template-part.spec.js:337:2 › Template Part › can not import a widget area into a non-empty template part
[chromium] › site-editor/template-registration.spec.js:97:2 › Block template registration › registered templates are available in the Swap template screen
[chromium] › site-editor/template-registration.spec.js:124:2 › Block template registration › themes can override registered templates
[chromium] › site-editor/template-registration.spec.js:264:2 › Block template registration › user-customized templates cannot be overridden by plugins
[chromium] › site-editor/template-revert.spec.js:28:2 › Template Revert › should delete the template after saving the reverted template
[chromium] › site-editor/template-revert.spec.js:61:2 › Template Revert › should show the original content after revert
[chromium] › site-editor/template-revert.spec.js:82:2 › Template Revert › should show the original content af
|
🎭 Playwright Run Summary
40 failed
[chromium] › editor/various/block-bindings/custom-sources.spec.js:141:3 › Registered sources › getValues › should show the returned values in image attributes
[chromium] › editor/various/block-bindings/custom-sources.spec.js:428:4 › Registered sources › should lock editing › canUserEditValue returns false › image
[chromium] › editor/various/block-bindings/custom-sources.spec.js:713:3 › Registered sources › setValues › should be possible to edit the value of the text custom field from the image alt
[chromium] › editor/various/block-bindings/custom-sources.spec.js:761:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI
[chromium] › editor/various/block-bindings/custom-sources.spec.js:784:3 › Registered sources › getFieldsList › should be possible to connect the paragraph content
[chromium] › editor/various/block-bindings/custom-sources.spec.js:797:3 › Registered sources › getFieldsList › should be possible to connect the heading content
[chromium] › editor/various/block-bindings/custom-sources.spec.js:810:3 › Registered sources › getFieldsList › should be possible to connect the button supported attributes
[chromium] › editor/various/block-bindings/custom-sources.spec.js:857:3 › Registered sources › getFieldsList › should be possible to connect the image supported attributes
[chromium] › editor/various/block-bindings/custom-sources.spec.js:892:3 › Registered sources › getFieldsList › should show all the available fields in the dropdown UI
[chromium] › editor/various/block-bindings/custom-sources.spec.js:922:3 › Registered sources › getFieldsList › should show the connected fields in the attributes panel
[chromium] › editor/various/block-bindings/custom-sources.spec.js:1160:2 › Registered sources › should show the label of a source only registered in the server in blocks connected
[chromium] › editor/various/block-bindings/custom-sources.spec.js:1182:2 › Registered sources › should show an "Invalid source" warning for not registered sources
[chromium] › editor/various/block-bindings/post-meta.spec.js:143:4 › Post Meta source › Movie CPT template › Attributes panel › should show the field label if it is defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:174:4 › Post Meta source › Movie CPT template › Attributes panel › should fall back to the field key if the field label is not defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:226:4 › Post Meta source › Movie CPT template › Fields list dropdown › should include movie fields in UI to connect attributes
[chromium] › editor/various/block-bindings/post-meta.spec.js:234:4 › Post Meta source › Movie CPT template › Fields list dropdown › should include global fields in UI to connect attributes
[chromium] › editor/various/block-bindings/post-meta.spec.js:242:4 › Post Meta source › Movie CPT template › Fields list dropdown › should not include protected fields
[chromium] › editor/various/block-bindings/post-meta.spec.js:258:4 › Post Meta source › Movie CPT template › Fields list dropdown › should show the default value if it is defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:268:4 › Post Meta source › Movie CPT template › Fields list dropdown › should not show anything if the default value is not defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:292:3 › Post Meta source › Custom template › should not include post meta fields in UI to connect attributes
[chromium] › editor/various/block-bindings/post-meta.spec.js:527:3 › Post Meta source › Movie CPT post › should be possible to connect movie fields through the attributes panel
[chromium] › editor/various/block-bindings/post-meta.spec.js:550:3 › Post Meta source › Movie CPT post › should not be possible to connect non-supported fields through the attributes panel
[chromium] › editor/various/block-hierarchy-navigation.spec.js:40:2 › Navigating the block hierarchy › should navigate usi
|
🎭 Playwright Run Summary
46 failed
[chromium] › editor/various/rich-text.spec.js:122:2 › RichText (@Firefox, @WebKit) › should return focus when pressing formatting button (-firefox)
[chromium] › editor/various/rich-text.spec.js:605:2 › RichText (@Firefox, @WebKit) › should preserve internal formatting (-webkit, -firefox)
[chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Pacific/Honolulu › Should change publishing button text from "Publish" to "Schedule"
[chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone UTC › Should change publishing button text from "Publish" to "Schedule"
[chromium] › editor/various/scheduling.spec.js:27:4 › Scheduling › Timezone Australia/Sydney › Should change publishing button text from "Publish" to "Schedule"
[chromium] › editor/various/scheduling.spec.js:65:2 › Scheduling › should keep date time UI focused when the previous and next month buttons are clicked
[chromium] › editor/various/sidebar-permalink.spec.js:61:2 › Sidebar Permalink › should render URL when post is public and publicly queryable
[chromium] › editor/various/sidebar.spec.js:16:2 › Sidebar › should have sidebar visible at the start with document sidebar active on desktop
[chromium] › editor/various/sidebar.spec.js:45:2 › Sidebar › should close the sidebar when resizing from desktop to mobile
[chromium] › editor/various/sidebar.spec.js:62:2 › Sidebar › should reopen sidebar the sidebar when resizing from mobile to desktop if the sidebar was closed automatically
[chromium] › editor/various/sidebar.spec.js:77:2 › Sidebar › should preserve tab order while changing active tab
[chromium] › editor/various/sidebar.spec.js:106:2 › Sidebar › should be possible to programmatically remove Document Settings panels
[chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a schedule-ed post to draft in a large viewport
[chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a schedule-ed page to draft in a large viewport
[chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a schedule-ed post to draft in a small viewport
[chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a schedule-ed page to draft in a small viewport
[chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a publish-ed post to draft in a large viewport
[chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a publish-ed page to draft in a large viewport
[chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a publish-ed post to draft in a small viewport
[chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a publish-ed page to draft in a small viewport
[chromium] › editor/various/taxonomies.spec.js:16:2 › Taxonomies › should be able to open the categories panel and create a new main category
[chromium] › editor/various/taxonomies.spec.js:64:2 › Taxonomies › should be able to open the tags panel and create a new tag
[chromium] › editor/various/taxonomies.spec.js:101:2 › Taxonomies › should be able to create a new tag with ' on the name
[chromium] › editor/various/template-resolution.spec.js:47:3 › Template resolution › `page_for_posts` setting › Post editor proper template resolution
[chromium] › editor/various/template-resolution.spec.js:68:3 › Template resolution › `page_for_posts` setting › Site editor proper template resolution
[chromium] › editor/various/write-design-mode.spec
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
|
861 MB |
|
flaky-tests-report
|
1.06 KB |
|