summaryrefslogtreecommitdiff
path: root/spec/features/projects/ref_switcher_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-1/+1
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix saving diffs that are not valid UTF-835539-can-t-create-a-merge-request-containing-a-binary-file-with-non-utf-8-charactersSean McGivern2017-07-261-2/+2
| | | | | | | | | | Previously, we used Psych, which would: 1. Check if a string was encoded as binary, and not ASCII-compatible. 2. Add the !binary tag in that case. 3. Convert to base64. We need to do the same thing, using a new column in place of the tag.
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-1/+1
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-3/+3
|
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-1/+0
| | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* Fixed ref switcher testsPhil Hughes2017-02-201-0/+2
|
* Display loading indicator when filtering ref switcher dropdownClement Ho2017-02-131-3/+3
|
* Fixed up testsPhil Hughes2016-11-211-2/+3
|
* Created wait_for_turbolinks and added test for refs dropdown selection with ↵add-special-char-tests-for-refs-dropdownLuke "Jared" Bennett2016-11-041-1/+13
| | | | special chars
* Added ref switcher enter key testsPhil Hughes2016-07-191-0/+29