Fix: Global styles affect all form elements ( Form Block ) #127657
Annotations
4 errors and 1 notice
Run the tests
Process completed with exit code 1.
|
Run the tests:
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
|
Run the tests:
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
|
Run the tests:
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
|
Run the tests
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)
|
Loading