|
|
|
@ -29,7 +29,7 @@ |
|
|
|
|
#++ |
|
|
|
|
|
|
|
|
|
require 'spec_helper' |
|
|
|
|
require_relative '../../../../spec/support/components/work_packages/query_menu.rb' |
|
|
|
|
require_relative '../../../../spec/support/components/work_packages/query_menu' |
|
|
|
|
|
|
|
|
|
describe 'Team planner sidemenu', type: :feature, js: true do |
|
|
|
|
shared_let(:project) do |
|
|
|
@ -70,7 +70,6 @@ describe 'Team planner sidemenu', type: :feature, js: true do |
|
|
|
|
] |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
current_user { user_with_rights } |
|
|
|
|
|
|
|
|
|
it 'hides the create team planner option if you do not have rights' do |
|
|
|
|