Commit 0ffc04ab authored by Tim Zallmann's avatar Tim Zallmann

Fix for developer not being able to access

parent 9fe860b6
......@@ -47,7 +47,7 @@ describe 'Promotions', js: true do
stub_application_setting(check_namespace_plan: true)
allow(Gitlab).to receive(:com?) { true }
project.team << [user, :master]
project.team << [developer, :developer]
project.team << [user, :developer]
end
it 'should have the Upgrade your plan button' 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