Skip to content

Commit

Permalink
[Reporting] Unskip flaky png visual match test again
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Jul 15, 2022
1 parent e65ae3b commit f462c24
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 f462c24

Please sign in to comment.