test(project): add another Firefox / Travis CI adjustment

This commit is contained in:
Nico Rehwaldt 2016-11-18 15:14:05 +01:00
parent 983d89e1c4
commit eda7f9afeb
1 changed files with 1 additions and 1 deletions

View File

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