Fix: Global styles affect all form elements ( Form Block ) #127657
Annotations
12 errors and 2 notices
Playwright - 2
Process completed with exit code 1.
|
[chromium] › test/e2e/specs/editor/blocks/site-title.spec.js:17:2 › Site Title block › Can edit the site title as admin:
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L42
1) [chromium] › test/e2e/specs/editor/blocks/site-title.spec.js:17:2 › Site Title block › Can edit the site title as admin
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor publish' }).getByRole('button', { name: 'Publish', exact: true })
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:42
40 | } )
41 | .getByRole( 'button', { name: 'Publish', exact: true } )
> 42 | .click();
| ^
43 |
44 | await this.page
45 | .getByRole( 'button', { name: 'Dismiss this notice' } )
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:42:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/site-title.spec.js:36:3
|
[chromium] › test/e2e/specs/editor/blocks/site-title.spec.js:17:2 › Site Title block › Can edit the site title as admin:
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L42
1) [chromium] › test/e2e/specs/editor/blocks/site-title.spec.js:17:2 › Site Title block › Can edit the site title as admin
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor publish' }).getByRole('button', { name: 'Publish', exact: true })
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:42
40 | } )
41 | .getByRole( 'button', { name: 'Publish', exact: true } )
> 42 | .click();
| ^
43 |
44 | await this.page
45 | .getByRole( 'button', { name: 'Dismiss this notice' } )
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:42:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/site-title.spec.js:36:3
|
[chromium] › test/e2e/specs/editor/blocks/site-title.spec.js:17:2 › Site Title block › Can edit the site title as admin:
packages/e2e-test-utils-playwright/src/editor/publish-post.ts#L42
1) [chromium] › test/e2e/specs/editor/blocks/site-title.spec.js:17:2 › Site Title block › Can edit the site title as admin
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor publish' }).getByRole('button', { name: 'Publish', exact: true })
at ../../../packages/e2e-test-utils-playwright/src/editor/publish-post.ts:42
40 | } )
41 | .getByRole( 'button', { name: 'Publish', exact: true } )
> 42 | .click();
| ^
43 |
44 | await this.page
45 | .getByRole( 'button', { name: 'Dismiss this notice' } )
at Editor.publishPost (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/publish-post.ts:42:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/site-title.spec.js:36:3
|
Playwright - 4
Process completed with exit code 1.
|
[chromium] › test/e2e/specs/editor/various/multi-entity-saving.spec.js:149:2 › Editor - Multi-entity save flow › Site blocks should save individually:
test/e2e/specs/editor/various/multi-entity-saving.spec.js#L208
2) [chromium] › test/e2e/specs/editor/various/multi-entity-saving.spec.js:149:2 › Editor - Multi-entity save flow › Site blocks should save individually
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('region', { name: 'Editor publish' }).getByRole('checkbox')
Expected: 1
Received: 2
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor publish' }).getByRole('checkbox')
9 × locator resolved to 2 elements
- unexpected value "2"
206 | await topBar.getByRole( 'button', { name: 'Save' } ).click();
207 |
> 208 | await expect( publishPanel.getByRole( 'checkbox' ) ).toHaveCount( 1 );
| ^
209 | } );
210 | } );
211 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-entity-saving.spec.js:208:56
|
[chromium] › test/e2e/specs/editor/various/multi-entity-saving.spec.js:149:2 › Editor - Multi-entity save flow › Site blocks should save individually:
test/e2e/specs/editor/various/multi-entity-saving.spec.js#L208
2) [chromium] › test/e2e/specs/editor/various/multi-entity-saving.spec.js:149:2 › Editor - Multi-entity save flow › Site blocks should save individually
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('region', { name: 'Editor publish' }).getByRole('checkbox')
Expected: 1
Received: 2
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor publish' }).getByRole('checkbox')
9 × locator resolved to 2 elements
- unexpected value "2"
206 | await topBar.getByRole( 'button', { name: 'Save' } ).click();
207 |
> 208 | await expect( publishPanel.getByRole( 'checkbox' ) ).toHaveCount( 1 );
| ^
209 | } );
210 | } );
211 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-entity-saving.spec.js:208:56
|
[chromium] › test/e2e/specs/editor/various/multi-entity-saving.spec.js:149:2 › Editor - Multi-entity save flow › Site blocks should save individually:
test/e2e/specs/editor/various/multi-entity-saving.spec.js#L208
2) [chromium] › test/e2e/specs/editor/various/multi-entity-saving.spec.js:149:2 › Editor - Multi-entity save flow › Site blocks should save individually
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: getByRole('region', { name: 'Editor publish' }).getByRole('checkbox')
Expected: 1
Received: 2
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor publish' }).getByRole('checkbox')
9 × locator resolved to 2 elements
- unexpected value "2"
206 | await topBar.getByRole( 'button', { name: 'Save' } ).click();
207 |
> 208 | await expect( publishPanel.getByRole( 'checkbox' ) ).toHaveCount( 1 );
| ^
209 | } );
210 | } );
211 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-entity-saving.spec.js:208:56
|
[chromium] › test/e2e/specs/editor/various/multi-entity-saving.spec.js:28:2 › Editor - Multi-entity save flow › Save flow should work as expected:
test/e2e/specs/editor/various/multi-entity-saving.spec.js#L128
1) [chromium] › test/e2e/specs/editor/various/multi-entity-saving.spec.js:28:2 › Editor - Multi-entity save flow › Save flow should work as expected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: getByRole('button', { name: 'Open save panel' })
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByRole('button', { name: 'Open save panel' })
9 × locator resolved to <button type="button" aria-expanded="false" aria-haspopup="dialog" class="components-button is-next-40px-default-size is-secondary">Open save panel</button>
- unexpected value "visible"
126 | topBar.getByRole( 'button', { name: 'Saved' } )
127 | ).toBeDisabled();
> 128 | await expect( openSavePanel ).toBeHidden();
| ^
129 |
130 | await editor.publishPost();
131 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-entity-saving.spec.js:128:33
|
[chromium] › test/e2e/specs/editor/various/multi-entity-saving.spec.js:28:2 › Editor - Multi-entity save flow › Save flow should work as expected:
test/e2e/specs/editor/various/multi-entity-saving.spec.js#L128
1) [chromium] › test/e2e/specs/editor/various/multi-entity-saving.spec.js:28:2 › Editor - Multi-entity save flow › Save flow should work as expected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: getByRole('button', { name: 'Open save panel' })
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByRole('button', { name: 'Open save panel' })
9 × locator resolved to <button type="button" aria-expanded="false" aria-haspopup="dialog" class="components-button is-next-40px-default-size is-secondary">Open save panel</button>
- unexpected value "visible"
126 | topBar.getByRole( 'button', { name: 'Saved' } )
127 | ).toBeDisabled();
> 128 | await expect( openSavePanel ).toBeHidden();
| ^
129 |
130 | await editor.publishPost();
131 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-entity-saving.spec.js:128:33
|
[chromium] › test/e2e/specs/editor/various/multi-entity-saving.spec.js:28:2 › Editor - Multi-entity save flow › Save flow should work as expected:
test/e2e/specs/editor/various/multi-entity-saving.spec.js#L128
1) [chromium] › test/e2e/specs/editor/various/multi-entity-saving.spec.js:28:2 › Editor - Multi-entity save flow › Save flow should work as expected
Error: Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: getByRole('button', { name: 'Open save panel' })
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByRole('button', { name: 'Open save panel' })
9 × locator resolved to <button type="button" aria-expanded="false" aria-haspopup="dialog" class="components-button is-next-40px-default-size is-secondary">Open save panel</button>
- unexpected value "visible"
126 | topBar.getByRole( 'button', { name: 'Saved' } )
127 | ).toBeDisabled();
> 128 | await expect( openSavePanel ).toBeHidden();
| ^
129 |
130 | await editor.publishPost();
131 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-entity-saving.spec.js:128:33
|
Merge Artifacts
No artifacts found matching pattern 'flaky-tests-report*'
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/e2e/specs/editor/blocks/site-title.spec.js:17:2 › Site Title block › Can edit the site title as admin
1 skipped
204 passed (8.6m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › test/e2e/specs/editor/various/multi-entity-saving.spec.js:28:2 › Editor - Multi-entity save flow › Save flow should work as expected
[chromium] › test/e2e/specs/editor/various/multi-entity-saving.spec.js:149:2 › Editor - Multi-entity save flow › Site blocks should save individually
1 skipped
202 passed (9.5m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
failures-artifacts
|
13.3 MB |
sha256:676149caaef759053605f62615ee461747a720022399e511562a83c8c54495e2
|
|