1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
Commit graph

12 commits

Author SHA1 Message Date
Jonas Nicklas
98395323f5 Make spec more stable and resistant to timing errors 2013-03-08 13:01:03 +01:00
Jonas Nicklas
8c25e72bf6 Add has_title matcher, thanks @nashby
Adapter from code in #898
2013-02-16 09:34:30 +01:00
Jonas Nicklas
b67f04e9bc Make sure options aren't lost when reloading nodes
This test is part of a bug fix on 1.1_stable. The bug does not exist on
master, so this is just protecting us against possible future
regressions.
2012-10-30 13:53:13 +01:00
Andrew Kasper
ae8de68308 Add a failing spec 2012-07-12 08:18:23 -04:00
Jonas Nicklas
453cec449d Do not reload nodes found with #all and #first. closes #713 2012-06-11 17:29:58 +02:00
Jon Leighton
6f51172086 Run specs against a local jQuery.
Linking to the Google hosted jQuery makes running the specs vulnerable
to network issues / requires network connectivity. It's also probably
faster to have it locally.
2011-10-21 16:51:24 +03:00
Jonas Nicklas
a3a75647c0 Refactored automatic reloading 2011-08-12 13:52:12 +02:00
Jonas Nicklas
941e50132a Elements are automatically reloaded 2011-07-13 17:52:42 +02:00
Jo Liss
fcdeeca0d9 Use hosted version of jQuery for specs
This way you don't get minified JS garbage when you grep the source.
2011-07-08 13:56:07 +02:00
Jonas Nicklas and Nicklas Ramhöj
021b87f6ba Selenium driver automatically waits for AJAX requests to finish 2011-02-22 15:53:43 +01:00
Jonas Nicklas
41b3a0ac4c Fixed some various selenium problems 2010-08-21 16:15:19 +02:00
Jonas Nicklas
cf1aa4d073 Moved shared specs into lib directory
This way, implementations of other drivers can
use the specs to verify that they are working
correctly.
2010-04-09 16:41:35 +02:00