Commit 208e4040 authored by George Andrinopoulos's avatar George Andrinopoulos

Fix failing test

parent 70830c23
...@@ -86,7 +86,7 @@ describe 'Cherry-pick Commits' do ...@@ -86,7 +86,7 @@ describe 'Cherry-pick Commits' do
click_button 'Cherry-pick' click_button 'Cherry-pick'
end end
expect(page).to have_content('The commit has been successfully cherry-picked into master.') expect(page).to have_content('The commit has been successfully cherry-picked into feature.')
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment