Skip to content

Commit

Permalink
[Reporting] Unskip flaky png visual match test again (#136483)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
tsullivan and kibanamachine authored Jul 19, 2022
1 parent a2c3323 commit 17b7cd7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {

// allow minor visual differences: https://github.com/elastic/kibana/issues/135309#issuecomment-1169095186
expect(await compareImages.checkIfPngsMatch(pngSessionFilePath, baselineAPng)).to.be.lessThan(
0.011
);
0.015
); // this factor of difference allows passing whether or not the page has loaded things like the loading graphics and titlebars
});
});
}

0 comments on commit 17b7cd7

Please sign in to comment.