1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/lib/capybara/spec/views/path.erb
2015-08-10 22:53:38 +09:00

12 lines
237 B
Text

<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<body>
<div>
<a href="#">First Link</a>
</div>
Text node
<div>
<a href="#">Second Link</a>
<a href="#">Third Link</a>
</div>
</body>
</html>