Commit Graph

7 Commits

Author SHA1 Message Date
Jose Ivan Vargas 06d41721e6 modified clear_browser_session method to use the manage method for deleting cookies 2017-09-29 13:06:38 -05:00
Stan Hu ded77e21b3 Rename remove_cookie -> delete_cookie in Capybara helper for Selenium driver 2017-08-02 22:25:57 -07:00
Timothy Andrew 8fa08ea3cd Implement review comments for !11963 from @adamniedzielski.
- 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
2017-07-06 06:30:07 +00:00
Timothy Andrew 43337c120d Test the "Remember Me" flow for OAuth-based login. 2017-07-06 06:30:05 +00:00
Sean McGivern 90a6be190f Ensure only renderable text diffs are collapsed
Other diffs (those that are too large to render anyway, image diffs,
diffs suppressed by .gitattributes) should be rendered immediately.
2016-07-08 13:53:17 +01:00
Robert Speicher 1dd42da802 Add sleep call before yield in allowing_for_delay
This is to give pending AJAX requests time to complete before we
navigate away, for example.
2015-06-22 12:13:49 +02:00
Robert Speicher da135119aa Move CapybaraHelpers to its own support file
In case we end up wanting to use it in Spinach as well.
2015-06-22 12:13:47 +02:00