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 c469469 commit 7eaaf28Copy full SHA for 7eaaf28
test/public/test/data-disable.js
@@ -246,7 +246,7 @@ asyncTest('form[data-remote] input|button|textarea[data-disable-with] does not d
246
247
});
248
249
-asyncTest('ctrl-clicking on a link does not disables the link', 0, function() {
+asyncTest('ctrl-clicking on a link does not disables the link', 6, function() {
250
var link = $('a[data-disable-with]'), e;
251
e = $.Event('click');
252
e.metaKey = true;
0 commit comments