Block bindings: Lock editing in fields in editor if meta fields panel… #113634
Annotations
1 error and 8 notices
[chromium] › editor/blocks/image.spec.js:619:2 › Image › image inserted via link should appear in the frontend published post content:
test/e2e/specs/editor/blocks/image.spec.js#L647
1) [chromium] › editor/blocks/image.spec.js:619:2 › Image › image inserted via link should appear in the frontend published post content
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Image"i]').locator('role=img')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
645 |
646 | const imageInEditor = imageBlock.locator( 'role=img' );
> 647 | await expect( imageInEditor ).toBeVisible();
| ^
648 | await expect( imageInEditor ).toHaveAttribute( 'src', imgUrl );
649 |
650 | const postId = await editor.publishPost();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:647:33
|
🎭 Playwright Run Summary
4 skipped
192 passed (6.8m)
|
🎭 Playwright Run Summary
192 passed (8.6m)
|
🎭 Playwright Run Summary
1 skipped
194 passed (8.9m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › editor/blocks/image.spec.js:619:2 › Image › image inserted via link should appear in the frontend published post content
198 passed (9.7m)
|
🎭 Playwright Run Summary
1 skipped
189 passed (9.4m)
|
🎭 Playwright Run Summary
1 skipped
198 passed (9.8m)
|
🎭 Playwright Run Summary
3 skipped
188 passed (9.9m)
|
🎭 Playwright Run Summary
196 passed (10.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
|
1.46 MB |
|
flaky-tests-report
|
1.35 KB |
|