test(project): adjust to pass on Firefox / Travis CI

This commit is contained in:
Nico Rehwaldt 2016-11-18 15:03:59 +01:00
parent 37368ff661
commit 4d01cebe76
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ describe('import - labels', function() {
expect(eventLabel.height).to.be.above(20);
expect(sequenceFlowCenter.x).to.be.within(481, 483);
expect(sequenceFlowCenter.y).to.be.within(323, 325);
expect(sequenceFlowCenter.y).to.be.within(323, 335);
expect(sequenceFlowLabel.width).to.be.above(75);
expect(sequenceFlowLabel.height).to.be.above(11);