Commit 5a62d811 authored by Bryce Johnson's avatar Bryce Johnson

Add user to project.

parent 08b05d0c
......@@ -11,6 +11,7 @@ feature 'Issues filter reset button', feature: true, js: true do
let!(:issue2) { create(:labeled_issue, project: project, labels: [bug], title: 'Bugfix1')}
before do
project.team << [user, :developer]
visit_issues(project)
end
......
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