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

8 lines
186 B
Text
Raw Normal View History

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>
</html>