Scripts: Remove unused variable in bin/list-experimental-api-matches.… #93026
end2end-test.yml
on: push
Matrix: e2e-playwright
Puppeteer
11m 1s
Report to GitHub
3m 36s
Annotations
1 error and 8 notices
[chromium] › editor/blocks/image.spec.js:616:2 › Image › image inserted via link should appear in the frontend published post content:
test/e2e/specs/editor/blocks/image.spec.js#L644
1) [chromium] › editor/blocks/image.spec.js:616: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 …/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
642 |
643 | const imageInEditor = imageBlock.locator( 'role=img' );
> 644 | await expect( imageInEditor ).toBeVisible();
| ^
645 | await expect( imageInEditor ).toHaveAttribute( 'src', imgUrl );
646 |
647 | const postId = await editor.publishPost();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:644:33
|
🎭 Playwright Run Summary
164 passed (7.0m)
|
🎭 Playwright Run Summary
1 skipped
127 passed (6.4m)
|
🎭 Playwright Run Summary
129 passed (7.0m)
|
🎭 Playwright Run Summary
1 skipped
172 passed (7.3m)
|
🎭 Playwright Run Summary
2 skipped
115 passed (7.6m)
|
🎭 Playwright Run Summary
3 skipped
119 passed (7.3m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › editor/blocks/image.spec.js:616:2 › Image › image inserted via link should appear in the frontend published post content
11 skipped
151 passed (7.9m)
|
🎭 Playwright Run Summary
161 passed (7.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
1.43 MB |
|
flaky-tests-report
Expired
|
1.2 KB |
|