assertAny
Asserts that there is at least one node in the selection that matches matcher.
It will throw an AssertionError if there are no matching nodes.
Note: An empty collection will also result in AssertionError since it technically doesn't have any matching node