mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[TSVB] Adjust tolerance of screenshot (#144804)
Fixes https://github.com/elastic/kibana/issues/138814 by updating the baseline and reducing the tolerance
This commit is contained in:
parent
db33b772af
commit
4107da864c
2 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
config.get('screenshots.directory')
|
||||
);
|
||||
|
||||
expect(percentDiff).to.be.lessThan(0.09);
|
||||
expect(percentDiff).to.be.lessThan(0.01);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Loading…
Add table
Add a link
Reference in a new issue