Add merge request note feature
This commit is contained in:
parent
7971383d53
commit
0b3df2f128
3 changed files with 145 additions and 43 deletions
|
@ -215,6 +215,11 @@ module SharedPaths
|
|||
visit project_merge_request_path(mr.project, mr)
|
||||
end
|
||||
|
||||
Given 'I visit merge request page "Bug NS-05"' do
|
||||
mr = MergeRequest.find_by_title("Bug NS-05")
|
||||
visit project_merge_request_path(mr.project, mr)
|
||||
end
|
||||
|
||||
And 'I visit project "Shop" merge requests page' do
|
||||
visit project_merge_requests_path(Project.find_by_name("Shop"))
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue