mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fixing selenium tests by increasing barHeightTolerance
This commit is contained in:
parent
ba744985c8
commit
f27f8a18b2
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ bdd.describe('discover app', function describeIndexTests() {
|
|||
await PageObjects.common.try(async function tryingForTime() {
|
||||
const paths = await PageObjects.discover.getBarChartData();
|
||||
// the largest bars are over 100 pixels high so this is less than 1% tolerance
|
||||
const barHeightTolerance = 1;
|
||||
const barHeightTolerance = 2;
|
||||
let stringResults = '';
|
||||
let hasFailure = false;
|
||||
for (let y = 0; y < expectedBarChartData.length; y++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue