We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a685d4 commit f22fac8Copy full SHA for f22fac8
test/jasmine/tests/click_test.js
@@ -47,7 +47,7 @@ describe('Test click interactions:', function() {
47
setTimeout(function() {
48
click(x, y);
49
setTimeout(function() { resolve(); }, DBLCLICKDELAY / 2);
50
- }, DBLCLICKDELAY / 4);
+ }, DBLCLICKDELAY / 2);
51
});
52
}
53
0 commit comments