Toolbar: Add unstyled variant (#55139) #86167
end2end-test.yml
on: push
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
4m 10s
Annotations
2 errors and 4 notices
[chromium] › editor/various/writing-flow.spec.js:1120:2 › Writing Flow (@firefox:
test/e2e/specs/editor/various/writing-flow.spec.js#L1132
1) [chromium] › editor/various/writing-flow.spec.js:1120:2 › Writing Flow (@Firefox, @WebKit) › should select synced pattern
Error: expect(received).toBeFocused()
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('[data-type="core/block"]')
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- waiting for frameLocator('[name="editor-canvas"]').locator('[data-type="core/block"]')
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" data-title="Pattern…>…</div>
- unexpected value "not focused"
1130 | await expect(
1131 | editor.canvas.locator( '[data-type="core/block"]' )
> 1132 | ).toBeFocused();
| ^
1133 |
1134 | await editor.insertBlock( { name: 'core/paragraph' } );
1135 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1132:5
|
[webkit] › editor/various/autocomplete-and-mentions.spec.js:426:2 › Autocomplete (@firefox:
test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L461
1) [webkit] › editor/various/autocomplete-and-mentions.spec.js:426:2 › Autocomplete (@Firefox, @WebKit) › should insert elements from multiple completers in a single block
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('option', { name: 'Bilbo Baggins', selected: true })
- waiting for getByRole('option', { name: 'Bilbo Baggins', selected: true })
459 | selected: true,
460 | } )
> 461 | ).toBeVisible();
| ^
462 | await page.keyboard.press( 'Enter' );
463 |
464 | await expect.poll( editor.getBlocks ).toMatchObject( [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:461:5
|
|
🎭 Playwright Run Summary
11 skipped
226 passed (16.2m)
|
|
🎭 Playwright Run Summary
250 passed (26.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
4.3 MB |
|
flaky-tests-report
Expired
|
11.1 KB |
|