Commit Graph

20 Commits

Author SHA1 Message Date
Thomas Walpole 339bebf55e more fill_options for selenium node#set 2015-11-03 15:43:03 -08:00
Thomas Walpole 27176043b9 minor test cleanup 2015-08-25 16:57:01 -07:00
Thomas Walpole b4861f3c19 move one of Node#path specs to Node spec instead of selenium specific 2015-08-20 14:35:15 -07:00
Soutaro Matsumoto db8e2f5bc5 Visit /path for testing 2015-08-10 22:53:38 +09:00
Soutaro Matsumoto 0e26d602b4 Implement Capybara::Selenium::Node#path
`Capybara::Selenium::Node#path` returns a XPath which points to the node, instead of raising `NotSupportedByDriverError`.
2015-08-10 01:55:56 +09:00
Thomas Walpole ed2071b480 fill_options: {clear: :backspace} should only be tested for selenium 2015-04-12 20:32:12 -07:00
Thomas Walpole fcfdb106bc DRY modal method documentation [ci skip] 2014-07-02 19:32:11 -07:00
Thomas Walpole d9dff6a80f allow for blockless modal methods in selenium 2014-07-02 19:10:30 -07:00
Thomas Walpole 85e9fcd7f2 fix feature definition in case user has RSpec set not to expose dsl globally - test in rspec 3 beta tests 2014-04-03 10:25:03 -07:00
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
Renamed from spec/session/selenium_session_spec.rb (Browse further)