You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
respire
changed the title
assert_select_jquery not working with space inside () or {}
assert_select_jquery not working with space inside ()
Mar 4, 2015
Example
in js
in test
result in
Related code
(lib/jquery/assert_select.rb:53)
(lib/jquery/assert_select.rb:56)
My Solution ( add "\s?" )
(lib/jquery/assert_select.rb:53)
(lib/jquery/assert_select.rb:56)
The text was updated successfully, but these errors were encountered: