Commit 163aa71e authored by Felipe Artur's avatar Felipe Artur Committed by Robert Speicher

Extract EE specific files/lines for spec/features/issues

Part of moving gitlab into single codebase
parent 5c0b5093
......@@ -13,6 +13,8 @@ describe 'New/edit issue', :js do
let!(:issue) { create(:issue, project: project, assignees: [user], milestone: milestone) }
before do
stub_licensed_features(multiple_issue_assignees: false, issue_weights: false)
project.add_maintainer(user)
project.add_maintainer(user2)
sign_in(user)
......
# frozen_string_literal: true
require 'rails_helper'
describe 'Issues > User uses quick actions', :js 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