(path)
| 258 | allMocks.forEach(function(mockItem) { |
| 259 | ['mouse', 'touch'].forEach(function(device) { |
| 260 | var _drag = function(path) { |
| 261 | return drag(path, {type: device}); |
| 262 | }; |
| 263 | |
| 264 | it('@flaky draw various selection types over mock ' + mockItem.name + ' using ' + device, function(done) { |
| 265 | var fig = Lib.extendDeep({}, mockItem.json); |
no test coverage detected
searching dependent graphs…