test(project): add another Firefox / Travis CI adjustment
This commit is contained in:
parent
983d89e1c4
commit
eda7f9afeb
|
@ -65,7 +65,7 @@ describe('import - labels', function() {
|
||||||
|
|
||||||
expect(sequenceFlowCenter.x).to.be.within(481, 483);
|
expect(sequenceFlowCenter.x).to.be.within(481, 483);
|
||||||
expect(sequenceFlowCenter.y).to.be.within(323, 335);
|
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);
|
expect(sequenceFlowLabel.height).to.be.above(11);
|
||||||
|
|
||||||
done();
|
done();
|
||||||
|
|
Loading…
Reference in New Issue