summaryrefslogtreecommitdiff
path: root/spec/features/merge_requests/conflicts_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve MR feature specs and reduce duplicationrc/improve-mr-feature-specsRémy Coutable2018-01-181-196/+0
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-2/+2
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-231-0/+3
|\
| * Check for element before evaluate_scriptEric Eastwood2017-10-191-0/+3
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-091-1/+1
|\ \ | |/
| * Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* | Fix Element is not clickable at this pointJose Ivan Vargas2017-10-021-3/+3
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-171-3/+7
|\ \ | |/
| * Fix race condition with dispatcher.jsdispatcher-race-condition-fixPhil Hughes2017-08-151-3/+7
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-021-7/+12
|\ \ | |/
| * Use `empty_project` where possible in spec/features/merge_requestsRobert Speicher2017-07-271-1/+1
| * Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| * Enable all feature flags by default in specsbvl-enable-features-in-testBob Van Landuyt2017-07-131-0/+5
| * Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-3/+3
| * Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-2/+2
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-06-211-2/+2
|\ \ | |/
| * Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-2/+2
* | Convert variants of trigger('click') -> clickStan Hu2017-06-161-1/+1
|/
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
* Increase diff limits to 100 KB for collapse and 200 KB overall31983-increase-merge-request-diff-file-size-limit-for-default-toggle-openingSean McGivern2017-06-021-1/+1
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-11/+11
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+0
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Fix failing conflicts testAnnabel Dunstone Gray2017-02-101-1/+1
* Reduce base font sizes across appreduce-font-sizeAnnabel Dunstone Gray2016-12-021-1/+1
* Add more tests to check conflicts resolutionAlfredo Sumaran2016-10-131-49/+96
* Improve diff view switching and componentsAlfredo Sumaran2016-10-131-5/+5
* Ability to resolve conflicts for files with `text-editor` as conflict typeAlfredo Sumaran2016-10-131-1/+37
* Refactor JS codeAlfredo Sumaran2016-10-131-2/+2
* Fix editor specSean McGivern2016-10-131-0/+1
* Add tests to check if files are resolved with Edit Inline modeAlfredo Sumaran2016-10-131-0/+26
* We now support resolving conflicts with ambiguous markersDouwe Maan2016-10-131-1/+0
* Handle non-UTF-8 conflicts gracefully21247-mergerequestscontroller-conflicts-may-fail-with-iso-8859-dataSean McGivern2016-08-251-1/+2
* Add workaround for JS error in specSean McGivern2016-08-171-1/+5
* Fix failed test because of a copy change.Fatih Acet2016-08-121-1/+1
* Add more tests for conflictsSean McGivern2016-08-121-0/+68