()
| 570 | function clickFirstBin() { return _click(141, 358); } |
| 571 | function shiftClickSecondBin() { return _click(239, 330, { shiftKey: true }); } |
| 572 | function shiftClickThirdBin() { return _click(351, 347, { shiftKey: true }); } |
| 573 | }); |
| 574 | |
| 575 | it('ignores clicks on boxes in a box trace type', function(done) { |
no test coverage detected
searching dependent graphs…