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); }));