mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-17 03:16:32 +00:00
test(modeling): pass on Arch Linux
This commit is contained in:
parent
d1072471c4
commit
c5f48f5cd1
@ -422,7 +422,7 @@ describe('modeling - label layouting', function() {
|
|||||||
dragging.end();
|
dragging.end();
|
||||||
|
|
||||||
// then
|
// 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);
|
expect(Math.round(connection.label.y)).to.be.within(290, 293);
|
||||||
|
|
||||||
}));
|
}));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user