Skip to content

Commit

Permalink
Update screenshot diff test
Browse files Browse the repository at this point in the history
- Diff is likely due to fixed `EuiFlexGroup` gap sizing - will leave it to the team to update the screenshots
  • Loading branch information
cee-chen committed Oct 9, 2023
1 parent 4f3bd61 commit 7b78469
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function ({ getService, getPageObjects, updateBaselines }: FtrPro
'reset_session_page',
updateBaselines
);
expect(percentDifference).to.be.lessThan(0.022);
expect(percentDifference).to.be.lessThan(0.029);
});
});
}

0 comments on commit 7b78469

Please sign in to comment.