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

10 commits

Author SHA1 Message Date
Thomas Walpole
744bd8d95f use BasicObject so global includes don't extend CSSHandlers 2014-03-31 09:53:14 -07:00
Thomas Walpole
15932d5a86 hover implementation 2013-02-25 10:37:25 -08:00
Thomas Walpole
eba8eaba40 change node and driver api to use find_xpath and find_css 2013-02-19 09:03:26 -08:00
Jonas Nicklas
7da8833df2 Fix visiting relative URLs when no server started, closes #861 2012-11-14 14:29:12 +01:00
Jonas Nicklas
72368aa693 Move test sessions out of spec helper 2012-10-30 14:32:47 +01:00
Jonas Nicklas
7e4d3b85f5 Use expect..to instead of the running alias 2012-10-30 14:26:19 +01:00
Jo Liss
954fcc69a3 Rename Driver#body to Driver#html
For historical reasons, Session#html used to delegate to Driver#body,
(but Session#body & Session#source delegate to Driver#source). This
commit puts an end to this confusing state of affairs.

This change requires driver authors to update their drivers.
2012-09-10 03:17:15 +02:00
Jonas Nicklas
01cb16e32a Allow protocol relative URLs, closes #776 2012-09-06 10:46:54 +02:00
Jonas Nicklas
2462443f89 Use a custom spec helper instead of shared specs 2012-07-21 16:46:56 -04:00
Jonas Nicklas
7ef798bbca move driver specs into spec root 2012-07-13 13:16:24 +02:00
Renamed from spec/session/rack_test_session_spec.rb (Browse further)