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
I also tried to pass multiple variations of an XPath selector directly using the local-name() function to no avail. Is there simply no way to check for the presence of a tag that includes a colon in its name with assert_select?
The text was updated successfully, but these errors were encountered:
We’re using Cloudflare’s ESI include functionality and in our Rails tests we’re trying to check for the presence of the ESI tags like so:
Unfortunately this doesn’t find the tag:
Every other attempt I’ve come up with to get this to work causes the wheels to fly off in one way or another:
I also tried to pass multiple variations of an XPath selector directly using the
local-name()
function to no avail. Is there simply no way to check for the presence of a tag that includes a colon in its name withassert_select
?The text was updated successfully, but these errors were encountered: