chore(release): publish #81171
end2end-test.yml
on: push
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
4m 4s
Annotations
2 errors and 4 notices
[chromium] › editor/blocks/navigation.spec.js:1220:3 › Navigation block - Frontend interactivity › Page list block › page-list submenu user interactions:
test/e2e/specs/editor/blocks/navigation.spec.js#L1254
1) [chromium] › editor/blocks/navigation.spec.js:1220:3 › Navigation block - Frontend interactivity › Page list block › page-list submenu user interactions
Error: expect(received).toBeHidden()
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByRole('link', { name: 'Subpage' })
- locator resolved to <a href="http://localhost:8889/?page_id=232" class=…>Subpage</a>
- unexpected value "visible"
- waiting for getByRole('link', { name: 'Subpage' })
- locator resolved to <a href="http://localhost:8889/?page_id=232" class=…>Subpage</a>
- unexpected value "visible"
- locator resolved to <a href="http://localhost:8889/?page_id=232" class=…>Subpage</a>
- unexpected value "visible"
- locator resolved to <a href="http://localhost:8889/?page_id=232" class=…>Subpage</a>
- unexpected value "visible"
- locator resolved to <a href="http://localhost:8889/?page_id=232" class=…>Subpage</a>
- unexpected value "visible"
- locator resolved to <a href="http://localhost:8889/?page_id=232" class=…>Subpage</a>
- unexpected value "visible"
- locator resolved to <a href="http://localhost:8889/?page_id=232" class=…>Subpage</a>
- unexpected value "visible"
- locator resolved to <a href="http://localhost:8889/?page_id=232" class=…>Subpage</a>
- unexpected value "visible"
- locator resolved to <a href="http://localhost:8889/?page_id=232" class=…>Subpage</a>
- unexpected value "visible"
1252 | // Tab outside the submenu.
1253 | await page.keyboard.press( 'Tab' );
> 1254 | await expect( innerElement ).toBeHidden();
| ^
1255 | } );
1256 | } );
1257 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:1254:33
|
[chromium] › editor/various/convert-block-type.spec.js:15:2 › Code block › should convert to a preformatted block:
test/e2e/specs/editor/various/convert-block-type.spec.js#L26
1) [chromium] › editor/various/convert-block-type.spec.js:15:2 › Code block › should convert to a preformatted block
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 1
<!-- wp:code -->
- <pre class="wp-block-code"><code>print "Hello Dolly!"</code></pre>
+ <pre class="wp-block-code"><code></code></pre>
<!-- /wp:code -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
24 | // Verify the content starts out as a Code block.
25 |
> 26 | await expect.poll( editor.getEditedPostContent ).toBe( `<!-- wp:code -->
| ^
27 | <pre class="wp-block-code"><code>${ code }</code></pre>
28 | <!-- /wp:code -->` );
29 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/convert-block-type.spec.js:26:3
|
🎭 Playwright Run Summary
152 passed (9.4m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › editor/blocks/navigation.spec.js:1220:3 › Navigation block - Frontend interactivity › Page list block › page-list submenu user interactions
157 passed (11.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › editor/various/convert-block-type.spec.js:15:2 › Code block › should convert to a preformatted block
160 passed (13.9m)
|
🎭 Playwright Run Summary
2 skipped
153 passed (20.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
3.36 MB |
|
flaky-tests-report
Expired
|
11.7 KB |
|