Checkbox: fix disabled styles #150779
Annotations
3 errors and 8 notices
|
[chromium] › specs/site-editor/homepage-settings.spec.js:62:2 › Homepage Settings via Editor › should show correct homepage actions based on current homepage or posts page:
test/e2e/specs/site-editor/homepage-settings.spec.js#L93
1) [chromium] › specs/site-editor/homepage-settings.spec.js:62:2 › Homepage Settings via Editor › should show correct homepage actions based on current homepage or posts page
Error: locator.click: Error: strict mode violation: getByRole('row').filter({ has: getByRole('gridcell').getByLabel('Sample page') }) resolved to 2 elements:
1) <div class="" id=":ru:" role="row">…</div> aka getByRole('row', { name: 'Sample Page Edit Actions Author Author avatar admin Status Published', exact: true })
2) <div class="" id=":r16:" role="row">…</div> aka getByRole('row', { name: 'Sample page Edit Actions Author Author avatar admin Status Published', exact: true })
Call log:
- waiting for getByRole('row').filter({ has: getByRole('gridcell').getByLabel('Sample page') })
91 | .filter( { has: samplePageTwo } );
92 | // eslint-disable-next-line playwright/no-force-option
> 93 | await samplePageTwoRow.click( { force: true } );
| ^
94 | await samplePageTwoRow
95 | .getByRole( 'button', {
96 | name: 'Actions',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/homepage-settings.spec.js:93:26
|
|
[chromium] › specs/editor/various/post-content-focus-mode.spec.js:129:3 › Post Content focus mode › post content inside a template part › post title and content are editable and blocks can be inserted:
packages/e2e-test-utils-playwright/src/editor/select-blocks.ts#L26
1) [chromium] › specs/editor/various/post-content-focus-mode.spec.js:129:3 › Post Content focus mode › post content inside a template part › post title and content are editable and blocks can be inserted › Paragraph and Group blocks are available in the inserter
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[name="editor-canvas"]').contentFrame().getByText('Initial content')
at ../../../packages/e2e-test-utils-playwright/src/editor/select-blocks.ts:26
24 | : endSelectorOrLocator;
25 |
> 26 | const startClientId = await startBlock.getAttribute( 'data-block' );
| ^
27 | const endClientId = await endBlock?.getAttribute( 'data-block' );
28 |
29 | if ( endClientId ) {
at Editor.selectBlocks (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/select-blocks.ts:26:41)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-content-focus-mode.spec.js:163:18
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/post-content-focus-mode.spec.js:159:15
|
|
[webkit] › specs/editor/various/multi-block-selection.spec.js:1298:3 › Multi-block selection (@firefox:
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1318
1) [webkit] › specs/editor/various/multi-block-selection.spec.js:1298:3 › Multi-block selection (@Firefox, @WebKit) › shift+click multi-selection › should multi-select block with text selection and a block without text selection
Error: expect(received).toMatchObject(expected)
- Expected - 3
+ Received + 4
Array [
Object {
"attributes": Object {
"content": "hi",
+ "dropCap": false,
},
+ "clientId": "134bb4dc-203a-4563-8710-3f8f5dd181c3",
+ "innerBlocks": Array [],
+ "isValid": true,
"name": "core/paragraph",
- },
- Object {
- "name": "core/spacer",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1316 | .click( { modifiers: [ 'Shift' ] } );
1317 |
> 1318 | await expect
| ^
1319 | .poll( multiBlockSelectionUtils.getSelectedBlocks )
1320 | .toMatchObject( [
1321 | { name: 'core/paragraph', attributes: { content: 'hi' } },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1318:4
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/site-editor/homepage-settings.spec.js:62:2 › Homepage Settings via Editor › should show correct homepage actions based on current homepage or posts page
3 skipped
243 passed (11.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/editor/various/post-content-focus-mode.spec.js:129:3 › Post Content focus mode › post content inside a template part › post title and content are editable and blocks can be inserted
5 skipped
231 passed (12.6m)
|
|
🎭 Playwright Run Summary
3 skipped
242 passed (12.7m)
|
|
🎭 Playwright Run Summary
1 skipped
244 passed (13.2m)
|
|
🎭 Playwright Run Summary
256 passed (14.0m)
|
|
🎭 Playwright Run Summary
5 skipped
238 passed (16.3m)
|
|
🎭 Playwright Run Summary
1 skipped
250 passed (23.8m)
|
|
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-reports-merged
|
8.62 MB |
sha256:81a1ef9d2661794d17a7ff8b4d45919e18636731e4593060498711d74e50086c
|
|
|
flaky-tests-report
|
3.55 KB |
sha256:055547cd02fafcf2f9244e30a897dd426f3182f195756c7cf7d0899910f6807d
|
|
|
html-report--attempt-1
|
8.18 MB |
sha256:4a6449d15704074ca1662400b5672585c2eb4812c09aa3fa0d73996f24f6027c
|
|