mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Merge pull request #987 from twalpole/malformed
fix malformed test file
This commit is contained in:
commit
d73c24d3e3
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
<title>This is the parent frame title</title>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src='/frame_child' id='childFrame'>
|
||||
<iframe src='/frame_child' id='childFrame'></iframe>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue