[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:
Joe Reuter 2022-11-08 17:12:27 +01:00 committed by GitHub
parent db33b772af
commit 4107da864c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -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

Before After
Before After