ToolTip: refactor using ariakit #81411
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
4m 41s
Annotations
4 errors and 4 notices
|
[firefox] › editor/various/inserting-blocks.spec.js:170:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L1
1) [firefox] › editor/various/inserting-blocks.spec.js:170:2 › Inserting blocks (@Firefox, @WebKit) › inserts patterns by dragging and dropping from the global inserter
Test finished within timeout of 100000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
[webkit] › editor/various/multi-block-selection.spec.js:1182:2 › Multi-block selection › should partially select with shift + click (@webkit):
test/e2e/specs/editor/various/multi-block-selection.spec.js#L1225
2) [webkit] › editor/various/multi-block-selection.spec.js:1182: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
1223 | // Ensure selection is in the correct place.
1224 | await page.keyboard.type( '|' );
> 1225 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
1226 | {
1227 | name: 'core/paragraph',
1228 | attributes: { content: '<strong>1</strong>|2' },
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/multi-block-selection.spec.js:1225:3
|
Playwright - 4
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 skipped
208 passed (17.9m)
|
🎭 Playwright Run Summary
216 passed (22.0m)
|
🎭 Playwright Run Summary
202 passed (22.7m)
|
🎭 Playwright Run Summary
1 failed
[firefox] › editor/various/inserting-blocks.spec.js:170:2 › Inserting blocks (@Firefox, @WebKit) › inserts patterns by dragging and dropping from the global inserter
1 flaky
[webkit] › editor/various/multi-block-selection.spec.js:1182:2 › Multi-block selection › should partially select with shift + click (@WebKit)
1 skipped
205 passed (23.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
2.24 MB |
|
flaky-tests-report
Expired
|
3.77 KB |
|