Commit Graph

11 Commits

Author SHA1 Message Date
Thomas Walpole ba37f78692 Update all tests to "expect" format and add support for RSpec 3 usage
Swap from :skip to :capybara_skip since :skip is now used by RSpec 3
Add rspec 3 testing to beta gemfile
2014-04-02 14:33:26 -07:00
Leslie 52466a3f20 Issue #1229 - reset touched after session is reset 2014-01-16 23:57:06 -08:00
Thomas Walpole 02045d2306 Make sure browser gets cleared when Capybara::Selenium::Driver#quit is called 2013-11-22 15:59:51 -08:00
Thomas Walpole 660a281462 Selenium session mode was changed when focus manager was enabled 2013-11-15 10:34:46 -08:00
Jonas Nicklas 57e15d3f98 Apparently focus manager is not enabled by default, /cc @TimMoore
Guess I was wrong about this one, clearly still seeing failures with the latest selenium-webdriver, which are resolved by this. Guess I was wrong.

Seems like some things are now fixed, but not everything. Very strange.
2013-11-14 22:25:08 +01:00
Jonas Nicklas ae7c56446d Make source a true alias of html, closes #871 2012-11-20 14:24:39 +01:00
Jonas Nicklas 72368aa693 Move test sessions out of spec helper 2012-10-30 14:32:47 +01:00
Jonas Nicklas 2462443f89 Use a custom spec helper instead of shared specs 2012-07-21 16:46:56 -04:00
Jo Liss 1a02b29822 Remove forking test. Closes #763
This causes "file not added for reaping" errors with Selenium, as the
exit handler is called twice.

Thanks @jarib for tracking this one down!
2012-07-20 15:57:43 +02:00
Jonas Nicklas 7d6d6a13f5 Fix working directory for exit code specs 2012-07-13 13:28:33 +02:00
Jonas Nicklas 7ef798bbca move driver specs into spec root 2012-07-13 13:16:24 +02:00