lib/capybara/spec/views/with_hover.erb in capybara-2.16.1 vs lib/capybara/spec/views/with_hover.erb in capybara-2.17.0
- old
+ new
@@ -12,7 +12,12 @@
</style>
<div class="wrapper">
Some text here so the wrapper has size
<div class="hidden_until_hover">Here I am</div>
</div>
+ <div style="display: block; height: 1000px; width: 100%"></div>
+ <div class="wrapper scroll_needed" >
+ Some text here so the wrapper has size
+ <div class="hidden_until_hover">Here I am</div>
+ </div>
</body>
</html>