Commit Graph

9 Commits

Author SHA1 Message Date
Jonas Nicklas 520a42ab7f Added has_selector? method 2010-10-12 13:26:24 +02:00
Anatoliy Lysenko 5bbcf7d6a0 Add test to check support of fields with complex names such user[pictures][][path].
This test fail when use rack test driver.
See http://github.com/jnicklas/capybara/issues#issue/60
2010-10-10 11:22:02 +03:00
Nicklas Ramhöj 844bd776ae Use same session in all specs
This prevents most of all Selenium from opening
dozens of browser windows.
2010-09-07 18:20:04 +02:00
Jonas Nicklas 4fea4ade25 Rename spec to match method rename 2010-07-19 20:42:49 +02:00
Jonas Nicklas 3070441cab Find and locate now do the same thing
The distinction was confusing and not helpful
under any circumstances really.
2010-07-19 20:18:16 +02:00
Jonas Nicklas a0ea7209a6 Curlies are single line 2010-07-11 17:25:46 +02:00
Jonas Nicklas 77168519a1 Wrap driver nodes in new Node class which inherits from session 2010-07-10 01:51:20 +02:00
Paul Elliott and Robert Pitts 1ce56b2417 Add scope_to to Capybara::Session 2010-05-13 09:26:57 -04: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