I have a response similar to
<a href="..."><span>1</span> widget</a>
and a feature like
Feature: My feature
Scenario: My Scenario
Given I am on the homepage
Then I should see a "1 widget"
This will obviously fail because of the span tag. What is the proper way to assert the text is present or follow the link?