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
This is because nokogiri doesn't handle the css query escaping of ids or class names. I have submitted a PR to nokogiri sparklemotion/nokogiri#1303 , but no progress has been made on getting it included
Attempting to find the element <div id="a.b.c"/> using the css escaped query
doesn't work in racktest
The text was updated successfully, but these errors were encountered: