Skip to content

Commit bc46367

Browse files
updated threshold and baseline image for web log
1 parent b9f38a7 commit bc46367

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/test/functional/apps/maps/sample_data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export default function ({ getPageObjects, getService, updateBaselines }) {
185185
'web_logs_map',
186186
updateBaselines
187187
);
188-
expect(percentDifference).to.be.lessThan(0.0001);
188+
expect(percentDifference).to.be.lessThan(0.02);
189189
});
190190
});
191191
});
11.5 KB
Loading

0 commit comments

Comments
 (0)