Fix failing test
This commit is contained in:
parent
cab5039c91
commit
7453a029f4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ describe 'Cherry-pick Commits' do
|
|||
page.within('#modal-cherry-pick-commit') do
|
||||
click_button 'Cherry-pick'
|
||||
end
|
||||
expect(page).to have_content('The commit has been successfully cherry-picked into master. You can now submit a merge request to get this change into the original branch.')
|
||||
expect(page).to have_content("The commit has been successfully cherry-picked into cherry-pick-#{master_pickable_commit.short_id}. You can now submit a merge request to get this change into the original branch.")
|
||||
expect(page).to have_content("From cherry-pick-#{master_pickable_commit.short_id} into master")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue