(gd, v)
| 1228 | } |
| 1229 | |
| 1230 | function _run(gd, v) { |
| 1231 | _reset(); |
| 1232 | click(gd, v)(); |
| 1233 | |
| 1234 | // 1 second more than the click transition duration |
| 1235 | return delay(constants.CLICK_TRANSITION_TIME + 1); |
| 1236 | } |
| 1237 | |
| 1238 | function trim(s) { |
| 1239 | return s.replace(/\s/g, ''); |
no test coverage detected
searching dependent graphs…