This doesn't work:
HTML Source:
<p>foo <strong>bar</strong></p>
Robot Test Case:
Page Should Contain foo bar
How can I write a test that searches for text without having to care about text formatting tags (em, strong, span, et al.)? Do I have to use XPath?