Global styles: keep custom CSS when switching between style variations #89571
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Puppeteer
16m 0s
Report to GitHub
2m 23s
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
1 skipped
105 passed (5.4m)
|
🎭 Playwright Run Summary
141 passed (6.7m)
|
🎭 Playwright Run Summary
131 passed (6.7m)
|
🎭 Playwright Run Summary
1 skipped
116 passed (6.5m)
|
🎭 Playwright Run Summary
1 skipped
150 passed (6.7m)
|
🎭 Playwright Run Summary
2 skipped
119 passed (7.1m)
|
🎭 Playwright Run Summary
134 passed (6.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
150 passed (7.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
1.55 MB |
|
flaky-tests-report
Expired
|
10.2 KB |
|