Fix issue of HTML entities rendering in command menu #107833
Annotations
2 errors and 8 notices
[chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation:
test/e2e/specs/site-editor/site-editor-url-navigation.spec.js#L44
1) [chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'For a specific item' })
42 | await page
43 | .getByRole( 'button', { name: 'For a specific item' } )
> 44 | .click();
| ^
45 | await page.getByRole( 'option', { name: 'Demo' } ).click();
46 | await expect( page ).toHaveURL(
47 | '/wp-admin/site-editor.php?postId=emptytheme%2F%2Fsingle-post-demo&postType=wp_template&canvas=edit'
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/site-editor-url-navigation.spec.js:44:5
|
[chromium] › site-editor/block-style-variations.spec.js:98:2 › Block Style Variations › update block style variations in global styles and check revisions match styles:
test/e2e/specs/site-editor/block-style-variations.spec.js#L157
1) [chromium] › site-editor/block-style-variations.spec.js:98:2 › Block Style Variations › update block style variations in global styles and check revisions match styles
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save' })
Expected: enabled
Received: disabled
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save' })
- locator resolved to <button type="button" aria-disabled="true" class="compon…>Save</button>
- unexpected value "disabled"
- locator resolved to <button type="button" aria-disabled="true" class="compon…>Save</button>
- unexpected value "disabled"
- locator resolved to <button type="button" aria-disabled="true" class="compon…>Save</button>
- unexpected value "disabled"
- locator resolved to <button type="button" aria-disabled="true" class="compon…>Save</button>
- unexpected value "disabled"
- locator resolved to <button type="button" aria-disabled="true" class="compon…>Save</button>
- unexpected value "disabled"
- locator resolved to <button type="button" aria-disabled="true" class="compon…>Save</button>
- unexpected value "disabled"
- locator resolved to <button type="button" aria-disabled="true" class="compon…>Save</button>
- unexpected value "disabled"
155 | .getByRole( 'region', { name: 'Editor top bar' } )
156 | .getByRole( 'button', { name: 'Save' } )
> 157 | ).toBeEnabled();
| ^
158 | // Second revision (current).
159 | await siteEditorBlockStyleVariations.saveRevision( stylesPostId, {
160 | blocks: {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/block-style-variations.spec.js:157:5
|
🎭 Playwright Run Summary
1 flaky
[chromium] › site-editor/site-editor-url-navigation.spec.js:23:2 › Site editor url navigation › Redirection after template creation
4 skipped
195 passed (6.0m)
|
🎭 Playwright Run Summary
1 skipped
196 passed (9.1m)
|
🎭 Playwright Run Summary
1 skipped
187 passed (8.9m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › site-editor/block-style-variations.spec.js:98:2 › Block Style Variations › update block style variations in global styles and check revisions match styles
1 skipped
184 passed (9.3m)
|
🎭 Playwright Run Summary
3 skipped
188 passed (10.1m)
|
🎭 Playwright Run Summary
1 skipped
192 passed (9.7m)
|
🎭 Playwright Run Summary
1 skipped
195 passed (9.9m)
|
🎭 Playwright Run Summary
182 passed (10.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
6.26 MB |
|
flaky-tests-report
Expired
|
2.03 KB |
|