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

11 commits

Author SHA1 Message Date
Jonas Nicklas
3e5d923b45 don't use request.domain as it's not always available 2011-04-02 16:58:13 +02:00
Jonas Nicklas
29319c0546 Nail down behaviour of rack-test and hosts 2011-03-25 09:16:28 +00: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
3cd365819b Make Capybara::Driver::RackTest#reset! more comprehensive
So that it resets request, responses and headers as well as cookies
2011-01-19 12:39:15 +00:00
Jonas Nicklas
380f3d7a08 Merge branch 'master' of https://github.com/ryankinderman/capybara into ryankinderman-master 2010-12-22 15:46:19 +01:00
Jonas Nicklas
c20a00c694 Testapps self contained running uses WEBrick
There's really no point in using Mongrel
2010-12-17 09:19:47 +01:00
Jonas Nicklas
29898295dc Fixes issue with multipart forms being submitted as x-www-form-urlencoded when they contain an empty file field 2010-12-06 01:35:07 -06:00
Philip Arndt
4cfe882c98 Turns out we don't have to exclude @multiple after all but merely @type='file'. Now includes specs that pass with this change and fail without it. 2010-11-11 11:43:58 +13:00
Myron Marston
5b72525a96 Detect infinite redirection (i.e. more than 5 redirects).
This originally worked with a timeout. Jonas fixed it so that it follows 5 redirects, but the infinite redirect error was not raised.
2010-06-29 14:11:24 -07:00
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
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
Renamed from spec/test_app.rb (Browse further)