Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ed4d6e01
Commit
ed4d6e01
authored
Feb 22, 2021
by
Sanad Liaquat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add requries_admin meta to mentions_spec
parent
229a8457
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
qa/qa/specs/features/browser_ui/2_plan/issue/mentions_spec.rb
...a/specs/features/browser_ui/2_plan/issue/mentions_spec.rb
+2
-1
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/read_only_board_configuration_spec.rb
...2_plan/issue_boards/read_only_board_configuration_spec.rb
+2
-1
qa/qa/specs/features/ee/browser_ui/2_plan/multiple_assignees_for_issues/four_assignees_spec.rb
...plan/multiple_assignees_for_issues/four_assignees_spec.rb
+2
-1
qa/qa/specs/features/ee/browser_ui/2_plan/multiple_assignees_for_issues/more_than_four_assignees_spec.rb
...ple_assignees_for_issues/more_than_four_assignees_spec.rb
+2
-1
No files found.
qa/qa/specs/features/browser_ui/2_plan/issue/mentions_spec.rb
View file @
ed4d6e01
# frozen_string_literal: true
module
QA
RSpec
.
describe
'Plan'
,
:smoke
,
:reliable
do
# TODO: Remove :requires_admin meta when the `Runtime::Feature.enable` method call is removed
RSpec
.
describe
'Plan'
,
:smoke
,
:reliable
,
:requires_admin
do
describe
'mention'
do
let
(
:user
)
{
Resource
::
User
.
fabricate_or_use
(
Runtime
::
Env
.
gitlab_qa_username_1
,
Runtime
::
Env
.
gitlab_qa_password_1
)
}
let
(
:project
)
do
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/issue_boards/read_only_board_configuration_spec.rb
View file @
ed4d6e01
# frozen_string_literal: true
module
QA
RSpec
.
describe
'Plan'
,
:reliable
do
# TODO: Remove :requires_admin meta when the `Runtime::Feature.enable` method call is removed
RSpec
.
describe
'Plan'
,
:reliable
,
:requires_admin
do
describe
'Read-only board configuration'
do
let
(
:qa_user
)
do
Resource
::
User
.
fabricate_or_use
(
Runtime
::
Env
.
gitlab_qa_username_1
,
Runtime
::
Env
.
gitlab_qa_password_1
)
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/multiple_assignees_for_issues/four_assignees_spec.rb
View file @
ed4d6e01
# frozen_string_literal: true
module
QA
RSpec
.
describe
'Plan'
,
:reliable
do
# TODO: Remove :requires_admin meta when the `Runtime::Feature.enable` method call is removed
RSpec
.
describe
'Plan'
,
:reliable
,
:requires_admin
do
describe
'Multiple assignees per issue'
do
before
do
Flow
::
Login
.
sign_in
...
...
qa/qa/specs/features/ee/browser_ui/2_plan/multiple_assignees_for_issues/more_than_four_assignees_spec.rb
View file @
ed4d6e01
# frozen_string_literal: true
module
QA
RSpec
.
describe
'Plan'
,
:reliable
do
# TODO: Remove :requires_admin meta when the `Runtime::Feature.enable` method call is removed
RSpec
.
describe
'Plan'
,
:reliable
,
:requires_admin
do
describe
'Multiple assignees per issue'
do
let
(
:project
)
do
Resource
::
Project
.
fabricate_via_api!
do
|
project
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment