Displaying 1 result from an estimated 1 matches for "match_me".
Did you mean:
watch_me
2007 Jan 23
1
assert_select issue
I''d like to do an assert_select where only ONE of the matching elements
needs to match the :text.
It seems counterintuitive to me to require them *all* to match, which
precludes me from testing the existence of a particular tag (h1) with
some particular text if other instances of the same tag exist.
I know that I can narrow down the field by using more detailed
selectors, but it sure