<div id="look_here">
<a href="stackoverflow.com"><img src="xxxxxxxxxx.xxx"></a>
</div>
How would you test for this link in Capybara (and RSpec)?
The image is dynamically generated, so I just want to test by href.
How would you test for this link in Capybara (and RSpec)? The image is dynamically generated, so I just want to test by |
|||
|
|
See Section 5.8.1 Matching attributes and attribute values on http://www.w3.org/TR/CSS2/selector.html |
||||
|
|