summaryrefslogtreecommitdiff
path: root/spec/support/capybara_helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Implement review comments for !11963 from @adamniedzielski.Timothy Andrew2017-07-061-1/+1
| | | | | | | - Change double quotes to single quotes. - Why is `OmniAuth.config.full_host` being reassigned in the integration test? - Use `map` over `map!` to avoid `dup` in the `gitlab:info` rake task - Other minor changes
* Test the "Remember Me" flow for OAuth-based login.Timothy Andrew2017-07-061-0/+5
|
* Ensure only renderable text diffs are collapsedSean McGivern2016-07-081-0/+8
| | | | | Other diffs (those that are too large to render anyway, image diffs, diffs suppressed by .gitattributes) should be rendered immediately.
* Add sleep call before yield in allowing_for_delayRobert Speicher2015-06-221-0/+2
| | | | | This is to give pending AJAX requests time to complete before we navigate away, for example.
* Move CapybaraHelpers to its own support fileRobert Speicher2015-06-221-0/+32
In case we end up wanting to use it in Spinach as well.