move capybara scenarios to spec/features
This commit is contained in:
parent
9f722427e5
commit
03f6a28ec0
18 changed files with 3 additions and 1 deletions
|
@ -97,8 +97,10 @@ describe "On a merge request diff", js: true, focus: true do
|
|||
|
||||
visit diffs_project_merge_request_path(project, merge_request)
|
||||
|
||||
within '.diffs-tab' do
|
||||
click_link("Diff")
|
||||
end
|
||||
end
|
||||
|
||||
subject { page }
|
||||
|
Loading…
Reference in a new issue