expect(page).tohave_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).tohave_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).tohave_content("From cherry-pick-#{master_pickable_commit.short_id} into master")
expect(page).tohave_content("From cherry-pick-#{master_pickable_commit.short_id} into master")
end
end
end
end
context"I cherry-pick a commit from a different branch",:jsdo
context'when I cherry-picking a commit from a different branch'do