Template Part block: Fix template part path arg missing from actions #89987
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Puppeteer
15m 49s
Report to GitHub
2m 32s
Annotations
2 errors and 8 notices
[chromium] › site-editor/font-library.spec.js:45:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage Fonts" icon:
test/e2e/specs/site-editor/font-library.spec.js#L46
1) [chromium] › site-editor/font-library.spec.js:45:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage Fonts" icon
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: /styles/i })
============================================================
44 |
45 | test( 'should display the "Manage Fonts" icon', async ( { page } ) => {
> 46 | await page.getByRole( 'button', { name: /styles/i } ).click();
| ^
47 | await page
48 | .getByRole( 'button', { name: /typography styles/i } )
49 | .click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/font-library.spec.js:46:58
|
[webkit] › editor/various/writing-flow.spec.js:1015:2 › Writing Flow (@firefox:
test/e2e/specs/editor/various/writing-flow.spec.js#L1046
1) [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 Run Summary
1 skipped
105 passed (5.3m)
|
🎭 Playwright Run Summary
135 passed (6.2m)
|
🎭 Playwright Run Summary
1 skipped
152 passed (6.3m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › site-editor/font-library.spec.js:45:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage Fonts" icon
1 skipped
113 passed (6.5m)
|
🎭 Playwright Run Summary
133 passed (6.9m)
|
🎭 Playwright Run Summary
2 skipped
119 passed (7.4m)
|
|
🎭 Playwright Run Summary
11 skipped
151 passed (8.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
2.49 MB |
|
flaky-tests-report
Expired
|
14.3 KB |
|