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

21 commits

Author SHA1 Message Date
Carlos Antonio da Silva
5ad348d776 Add cleanup method to clear cookies for Celerity/Culerity and RackTest, with tests for Selenium included 2010-06-24 10:51:44 -03:00
Gareth Townsend
d1fc4d6e1a Rename response_code to status_code for consistency.
Update selenium specs to ensure that it raises the Capybara::NotSupportedByDriverError error.
2010-06-07 13:14:40 +10:00
Gareth Townsend
6acb113497 Implement status_code method for celerity_driver. 2010-06-07 12:57:14 +10:00
Gareth Townsend
d80471982d Implement status_code method for rack_test_driver. 2010-06-07 11:45:09 +10:00
Gareth Townsend
072e697130 Implemented a response_code method in the Capybara::Driver::Base class that raises Capybara::NotSupportedByDriverError. 2010-06-07 11:13:57 +10:00
José Valim
58d4d0caf7 Rack-test should use data-method if available in links. 2010-04-09 14:08:40 +02:00
Jonas Nicklas
0ed383238f Init C[ue]lerity driver/session in before(:all)
This way we don't create a crap load of instances
which leads to out-of-memory exceptions.
2010-02-26 01:14:58 +01:00
Jonas Nicklas
12f9f58c8b Put the accidently commented out specs back in.
Thanks alovak!
2010-02-18 21:53:10 +01:00
Ingemar Edsborn
9a91b98f8d Trigger custom events 2010-02-15 14:54:11 +01:00
Jonas Nicklas
b57efde45c Run driver spec as remote instead
Running session spec is too slow
2009-12-19 12:40:08 +01:00
Jonas Nicklas
d8c8cd6bfb Added specs for running against a remote server
Also fixed an issue with the URL:s
2009-12-19 12:34:34 +01:00
Jonas Nicklas
51e4bb321f Added session level spec for celerity driver 2009-12-19 11:37:41 +01:00
Lenny Marks
598ccb3826 Session integration & specs for response_headers 2009-12-18 13:33:36 -05:00
Lenny Marks
4fae6a4a86 Reconciling latest changes to culerity_driver to celerity_driver 2009-12-17 23:41:22 -05:00
Jonas Nicklas
d183409d19 Merge remote branch 'denro/evaluate_script'
Conflicts:
	lib/capybara.rb
	lib/capybara/driver/selenium_driver.rb
	lib/capybara/dsl.rb
	spec/session/culerity_session_spec.rb
	spec/session/selenium_session_spec.rb
	spec/session_spec.rb
2009-12-12 21:56:32 +01:00
Dennis Rogenius
525ba2d654 removed whitespace and added dsl shortcut to evaluate_script method 2009-12-12 13:33:00 +01:00
Dennis Rogenius
bcff9d7eda fixed a desciption and removed whitespaces 2009-12-11 22:40:23 +01:00
Jonas Nicklas
364affa757 Automatically wait for asynchonous loading 2009-12-09 21:43:40 +01:00
Theo Hultberg and Jonas Nicklas
6b099a4a33 renamed to capybara 2009-11-16 22:02:16 +01:00
Jonas Nicklas and Kevin Fitzpatrick
ac7d044243 Changed to use selenium-webdriver and it works! 2009-11-14 10:44:46 +01:00
Jonas Nicklas
70b455c186 Split up session specs so we can run them individually 2009-11-07 20:44:45 +01:00