Commit 03f6a28e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

move capybara scenarios to spec/features

parent 9f722427
......@@ -97,7 +97,9 @@ describe "On a merge request diff", js: true, focus: true do
visit diffs_project_merge_request_path(project, merge_request)
click_link("Diff")
within '.diffs-tab' do
click_link("Diff")
end
end
subject { page }
......
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