()
| 601 | function clickPtImmediately() { return _immediateClickPt({ x: 610, y: 342 }); } |
| 602 | function clickPt() { return _clickPt({ x: 610, y: 342 }); } |
| 603 | function clickBox() { return _clickPt({ x: 565, y: 329 }); } |
| 604 | }); |
| 605 | |
| 606 | describe('is disabled when clickmode does not include \'select\'', function() { |
no test coverage detected
searching dependent graphs…