Update spec to match link being changed into a button

This commit is contained in:
Filipa Lacerda 2018-02-01 15:16:34 +00:00
parent 3d89a03e72
commit c8a17cd1bd
No known key found for this signature in database
GPG Key ID: 9CA3FDE4D1E2F1C8
1 changed files with 1 additions and 1 deletions

View File

@ -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