(gd, v)
| 1514 | } |
| 1515 | |
| 1516 | function _run(gd, v) { |
| 1517 | _reset(); |
| 1518 | click(gd, v)(); |
| 1519 | |
| 1520 | // 1 second more than the click transition duration |
| 1521 | return delay(constants.CLICK_TRANSITION_TIME + 1); |
| 1522 | } |
| 1523 | |
| 1524 | function trim(s) { |
| 1525 | return s.replace(/\s/g, ''); |
no test coverage detected
searching dependent graphs…