Skip to content
Snippets Groups Projects
Commit e03d24ac authored by Tim Zallmann's avatar Tim Zallmann :speech_balloon:
Browse files

Visit correct URL for Promotion Test

parent 692570c8
No related branches found
No related tags found
1 merge request!2540Promote EE features
This commit is part of merge request !2540. Comments created here will be created in the context of that merge request.
...@@ -50,15 +50,15 @@ ...@@ -50,15 +50,15 @@
it 'should have the Upgrade your plan button' do it 'should have the Upgrade your plan button' do
sign_in(user) sign_in(user)
project.team << [user, :master] project.team << [user, :master]
visit edit_project_path(project)
expect(find('#promote_service_desk')).to have_content 'Upgrade your plan' expect(find('#promote_service_desk')).to have_content 'Upgrade your plan'
end end
it 'should have the contact owner line' do it 'should have the contact owner line' do
sign_in(developer) sign_in(developer)
project.team << [developer, :developer] project.team << [developer, :developer]
visit edit_project_path(project)
expect(find('#promote_service_desk')).to have_content 'Upgrade your plan' expect(find('#promote_service_desk')).to have_content 'Contact owner'
end end
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment