Commit a20462e2 authored by Bryce Johnson's avatar Bryce Johnson

Clean up integration tests.

parent 03b56af0
......@@ -100,14 +100,14 @@ feature 'Issues > User uses slash commands', feature: true, js: true do
end
end
describe 'Issuable time tracking', focus: true, js: true do
describe 'Issuable time tracking' do
let(:issue) { create(:issue, project: project) }
before do
project.team << [user, :developer]
end
context 'Issue' do
let(:issue) { create(:issue, project: project) }
before do
visit namespace_project_issue_path(project.namespace, project, issue)
end
......@@ -116,7 +116,6 @@ feature 'Issues > User uses slash commands', feature: true, js: true do
end
context 'Merge Request' do
let(:issue) { create(:issue, project: project) }
let(:merge_request) { create(:merge_request, source_project: project) }
before do
......
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