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
…it works. I'm not sure the second example actually takes the text: parameter into account at all, and the third one will also match the following, which is not what I want:
<iclass="material-icons></i><i>arrow_right</i>
Ideas?
The text was updated successfully, but these errors were encountered:
I want to match a tag by both its attributes and text content, simultaneously. The following spec fails:
However, if I rewrite the
with_tag
statements to this:Or this:
…it works. I'm not sure the second example actually takes the
text:
parameter into account at all, and the third one will also match the following, which is not what I want:Ideas?
The text was updated successfully, but these errors were encountered: