mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Dashboard] Unskip failing embed_mode
screenshot test (#163424)
Closes https://github.com/elastic/kibana/issues/163207 ## Summary Since Chrome was updated in the CI environment, our old CI-generated screenshots were outdated - this PR updates the `embed_mode` screenshot tests so that we are once again in sync with the CI environment. For more context, please refer to https://github.com/elastic/kibana/pull/160085 ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
This commit is contained in:
parent
21b33e4342
commit
fd28152348
4 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ export default function ({
|
|||
const screenshot = getService('screenshots');
|
||||
const log = getService('log');
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/163207
|
||||
describe.skip('embed mode', () => {
|
||||
describe('embed mode', () => {
|
||||
/*
|
||||
* Note: The baseline images used in all of the screenshot tests in this test suite were taken directly from the CI environment
|
||||
* in order to overcome a known issue with the pixel density of fonts being significantly different when running locally versus
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 127 KiB |
Binary file not shown.
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 91 KiB |
Binary file not shown.
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 137 KiB |
Loading…
Add table
Add a link
Reference in a new issue