summaryrefslogtreecommitdiff
path: root/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-02-02 10:25:26 +0000
committerPhil Hughes <me@iamphill.com>2018-02-02 10:25:26 +0000
commit8891fbd0a95bd1d2725d6d6187ff4eb21572c3cc (patch)
tree4113639b51e1ed0f48e1e07d62339fab8f965dc7 /spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb
parent756e196945b1f3b79519f8dc42b3f5fd6975bd15 (diff)
parentfb1c6650abcdbcc69b040841dec537e1e5249db4 (diff)
downloadgitlab-ce-8891fbd0a95bd1d2725d6d6187ff4eb21572c3cc.tar.gz
Merge branch 'fl-mr-widget-1' into 'master'
Moves more mr widget components into vue files See merge request gitlab-org/gitlab-ce!16857
Diffstat (limited to 'spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb')
-rw-r--r--spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb b/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb
index fb73ab05f87..dbca279569a 100644
--- a/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb
+++ b/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb
@@ -61,7 +61,7 @@ describe 'Merge request > User selects branches for new MR', :js do
fill_in "merge_request_title", with: "Orphaned MR test"
click_button "Submit merge request"
- click_link "Check out branch"
+ click_button "Check out branch"
expect(page).to have_content 'git checkout -b orphaned-branch origin/orphaned-branch'
end