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/popup_two.erb
2010-09-26 17:58:38 +02:00

8 lines
187 B
Text

<html>
<head>
<title>This is the title of popup two</title>
</head>
<body>
<div id="divInPopupTwo">This is the text of divInPopupTwo</div>
</body>
</html>