Text and Heading: improve docs around default values and truncation logic #89068
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Puppeteer
18m 3s
Report to GitHub
2m 31s
Annotations
2 errors, 1 warning, and 8 notices
[webkit] › editor/various/multi-block-selection.spec.js:1168:2 › Multi-block selection › should partially select with shift + click (@webkit):
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1211
1) [webkit] › editor/various/multi-block-selection.spec.js:1168:2 › Multi-block selection › should partially select with shift + click (@WebKit)
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Array [
Object {
"attributes": Object {
- "content": "<strong>1</strong>|2",
+ "content": "|",
},
"name": "core/paragraph",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
1209 | // Ensure selection is in the correct place.
1210 | await page.keyboard.type( '|' );
> 1211 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
1212 | {
1213 | name: 'core/paragraph',
1214 | attributes: { content: '<strong>1</strong>|2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1211:41
|
[webkit] › editor/various/writing-flow.spec.js:1015:2 › Writing Flow (@firefox:
test/e2e/specs/editor/various/writing-flow.spec.js#L1046
2) [webkit] › editor/various/writing-flow.spec.js:1015:2 › Writing Flow (@Firefox, @WebKit) › should move to the start of the first line on ArrowUp (-firefox)
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Paragraph"i]')
Expected pattern: /^\.a+$/
Received string: "a"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Paragraph"i]')
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
1044 | await expect(
1045 | editor.canvas.locator( 'role=document[name="Block: Paragraph"i]' )
> 1046 | ).toHaveText( /^\.a+$/ );
| ^
1047 | } );
1048 |
1049 | test( 'should vertically move the caret from corner to corner (-webkit)', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1046:5
|
Playwright - 2
Failed to restore: The operation cannot be completed in timeout.
|
🎭 Playwright Run Summary
128 passed (6.0m)
|
🎭 Playwright Run Summary
137 passed (6.1m)
|
🎭 Playwright Run Summary
1 skipped
124 passed (6.3m)
|
🎭 Playwright Run Summary
2 skipped
119 passed (7.3m)
|
🎭 Playwright Run Summary
11 skipped
151 passed (7.3m)
|
🎭 Playwright Run Summary
129 passed (6.9m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › editor/various/multi-block-selection.spec.js:1168:2 › Multi-block selection › should partially select with shift + click (@WebKit)
[webkit] › editor/various/writing-flow.spec.js:1015:2 › Writing Flow (@Firefox, @WebKit) › should move to the start of the first line on ArrowUp (-firefox)
130 passed (7.1m)
|
🎭 Playwright Run Summary
1 skipped
96 passed (5.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
2.61 MB |
|
flaky-tests-report
Expired
|
14.8 KB |
|