Rename view.sort.field
to view.sort.orderby
#85975
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
4m 2s
Annotations
3 errors and 4 notices
[chromium] › site-editor/patterns.spec.js:30:2 › Patterns › create a new pattern:
test/e2e/specs/site-editor/patterns.spec.js#L75
1) [chromium] › site-editor/patterns.spec.js:30:2 › Patterns › create a new pattern ──────────────
Error: Timed out 5000ms waiting for expect(received).toBeDisabled()
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for getByRole('dialog', { name: 'Create pattern' }).getByRole('button', { name: 'Create' })
- waiting for getByRole('dialog', { name: 'Create pattern' }).getByRole('button', { name: 'Create' })
73 | await expect(
74 | createPatternDialog.getByRole( 'button', { name: 'Create' } )
> 75 | ).toBeDisabled();
| ^
76 |
77 | await expect( page ).toHaveTitle( /^My pattern/ );
78 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/patterns.spec.js:75:5
|
[webkit] › editor/various/multi-block-selection.spec.js:1175:2 › Multi-block selection › should partially select with shift + click (@webkit):
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1218
1) [webkit] › editor/various/multi-block-selection.spec.js:1175: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
1216 | // Ensure selection is in the correct place.
1217 | await page.keyboard.type( '|' );
> 1218 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
1219 | {
1220 | name: 'core/paragraph',
1221 | attributes: { content: '<strong>1</strong>|2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1218:3
|
[webkit] › editor/various/multi-block-selection.spec.js:1175:2 › Multi-block selection › should partially select with shift + click (@webkit):
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1218
1) [webkit] › editor/various/multi-block-selection.spec.js:1175:2 › Multi-block selection › should partially select with shift + click (@WebKit)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
1216 | // Ensure selection is in the correct place.
1217 | await page.keyboard.type( '|' );
> 1218 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
1219 | {
1220 | name: 'core/paragraph',
1221 | attributes: { content: '<strong>1</strong>|2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1218:3
|
🎭 Playwright Run Summary
11 skipped
225 passed (15.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › site-editor/patterns.spec.js:30:2 › Patterns › create a new pattern ───────────────
1 skipped
220 passed (16.0m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › editor/various/multi-block-selection.spec.js:1175:2 › Multi-block selection › should partially select with shift + click (@WebKit)
2 skipped
230 passed (19.9m)
|
🎭 Playwright Run Summary
251 passed (27.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
5.6 MB |
|
flaky-tests-report
Expired
|
10.4 KB |
|