getLink() used to consider the whole enclosed text content, now it only looks at the directly contained text #78
Labels
compat
Compatibility issues due to mechanize -> webtest migration in 5.0.0
Here's another of those mechanize-to-webtest compatibility issues:
<a href="..."><span>My link</span></a>
used to be findable withbrowser.getLink('My link')
, since mechanize collects all nested text, but now it's not found anymore, since zope.testbrowser only looks at the directly contained text.The text was updated successfully, but these errors were encountered: