From c5f48f5cd17655906bb9ab3094cd5056c66adfc1 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Thu, 2 Mar 2017 11:53:42 +0100 Subject: [PATCH] test(modeling): pass on Arch Linux --- test/spec/features/modeling/LabelLayoutingSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/features/modeling/LabelLayoutingSpec.js b/test/spec/features/modeling/LabelLayoutingSpec.js index 5fc3efa4..0023ba0f 100644 --- a/test/spec/features/modeling/LabelLayoutingSpec.js +++ b/test/spec/features/modeling/LabelLayoutingSpec.js @@ -422,7 +422,7 @@ describe('modeling - label layouting', function() { dragging.end(); // then - expect(Math.round(connection.label.x)).to.be.within(463, 465); + expect(Math.round(connection.label.x)).to.be.within(462, 465); expect(Math.round(connection.label.y)).to.be.within(290, 293); }));