test(modeling): pass on Arch Linux

This commit is contained in:
Nico Rehwaldt 2017-03-02 11:53:42 +01:00
parent d1072471c4
commit c5f48f5cd1
1 changed files with 1 additions and 1 deletions

View File

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