(pos)
| 3373 | afterEach(destroyGraphDiv); |
| 3374 | |
| 3375 | function _click(pos) { |
| 3376 | return new Promise(function (resolve) { |
| 3377 | click(pos[0], pos[1]); |
| 3378 | |
| 3379 | setTimeout(function () { |
| 3380 | resolve(); |
| 3381 | }, HOVERMINTIME); |
| 3382 | }); |
| 3383 | } |
| 3384 | |
| 3385 | function check(pos, expectation, msg) { |
| 3386 | Lib.clearThrottle(); |
no test coverage detected
searching dependent graphs…