未验证 提交 1be4edc7 编写于 作者: I Ivan Kuchin 提交者: GitHub

Fix typos in click test descriptions [ci skip]

上级 b3108275
......@@ -309,7 +309,7 @@ asyncTest('form[data-remote] input|button|textarea[data-disable-with] does not d
start()
})
asyncTest('ctrl-clicking on a link does not disables the link', 6, function() {
asyncTest('ctrl-clicking on a link does not disable the link', 6, function() {
var link = $('a[data-disable-with]')
App.checkEnabledState(link, 'Click me')
......@@ -322,7 +322,7 @@ asyncTest('ctrl-clicking on a link does not disables the link', 6, function() {
start()
})
asyncTest('right/mouse-wheel-clicking on a link does not disables the link', 10, function() {
asyncTest('right/mouse-wheel-clicking on a link does not disable the link', 10, function() {
var link = $('a[data-disable-with]')
App.checkEnabledState(link, 'Click me')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册