lib/capybara/spec/views/with_js.erb in capybara-2.5.0 vs lib/capybara/spec/views/with_js.erb in capybara-2.6.0

- old
+ new

@@ -84,14 +84,20 @@ <p> <a href="#" id="open-confirm">Open confirm</a> </p> <p> + <a href="#" id="open-twice">Open check twice</a> + </p> + + <p> <a href="#" id="open-prompt">Open prompt</a> </p> <p> <a href="#" id="delayed-page-change">Change page</a> + <a href="/with_html?options[]=things">Non-escaped query options</a> + <a href="/with_html?options%5B%5D=things">Escaped query options</a> </p> <p> <input type="test" name="with-key-events" id="with-key-events"> <p id="key-events-output"></p>