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/frame_two.erb

10 lines
188 B
Text
Raw Normal View History

2017-01-26 19:10:51 -05:00
2010-01-12 14:56:17 -05:00
<html>
<head>
<title>This is the title of frame two</title>
</head>
<body>
<div id="divInFrameTwo">This is the text of divInFrameTwo</div>
</body>
2016-03-07 19:52:19 -05:00
</html>