mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typos in click test descriptions [ci skip]
This commit is contained in:
parent
b310827506
commit
1be4edc76f
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue