Sha256: a2260c1e80e954e0043aea7404a0a2e603f25d28c3e343796af378bee072ffb6
Contents?: true
Size: 849 Bytes
Versions: 1
Compression:
Stored size: 849 Bytes
Contents
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> <title>with_js</title> <script src="/jquery.js" type="text/javascript" charset="utf-8"></script> <script src="/jquery-ui.js" type="text/javascript" charset="utf-8"></script> <script src="/test.js" type="text/javascript" charset="utf-8"></script> </head> <body id="with_js"> <h1>FooBar</h1> <p id="change">This is text</p> <div id="drag"> <p>This is a draggable element.</p> </div> <div id="drop"> <p>It should be dropped here.</p> </div> <p><a href="#" id="clickable">Click me</a></p> <p> <select id="waiter"> <option>Foo</option> <option>My Waiting Option</option> </select> </p> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capybara-0.3.0 | spec/views/with_js.erb |