summaryrefslogtreecommitdiff
path: root/spec/support/capybara.rb
Commit message (Collapse)AuthorAgeFilesLines
* Prevent transient Capybara timeouts during feature testsrs-transient-capybara-timeoutRobert Speicher2016-01-281-0/+6
| | | | | | | | | | | The problem occurred because asset compilation takes a long time, so when the asset cache didn't exist and the first test ran, it would often (randomly) time out during the generation before the actual test even had a chance to run. Now we check if the cache exists before the suite runs, and if not, we manually fire a request to the root URL in order to generate it. This should allow subsequent tests to use the cached assets.
* Move CapybaraHelpers to its own support fileRobert Speicher2015-06-221-33/+0
| | | | In case we end up wanting to use it in Spinach as well.
* Add `allowing_for_delay` helper method for feature specsRobert Speicher2015-06-141-0/+33
|
* Don't use capybara-screenshot in CI environmentsrs-capybara-screenshotRobert Speicher2015-04-251-3/+5
|
* Enable js_errors for Capybara in Spinach and RSpecRobert Speicher2015-04-251-1/+1
|
* Move RSpec setup for Capybara to its own support fileRobert Speicher2015-04-251-0/+19