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
6195804f
Commit
6195804f
authored
Mar 18, 2022
by
Anastasia McDonald
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove :reliable tag from smoke tests
To prevent running them twice in smoke and reliable runs
parent
69faf526
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
qa/qa/specs/features/browser_ui/2_plan/issue/mentions_spec.rb
...a/specs/features/browser_ui/2_plan/issue/mentions_spec.rb
+1
-1
qa/qa/specs/features/ee/browser_ui/10_protect/policies_list_spec.rb
...s/features/ee/browser_ui/10_protect/policies_list_spec.rb
+2
-2
qa/qa/specs/features/ee/browser_ui/10_protect/policy_alerts_list_spec.rb
...tures/ee/browser_ui/10_protect/policy_alerts_list_spec.rb
+1
-1
No files found.
qa/qa/specs/features/browser_ui/2_plan/issue/mentions_spec.rb
View file @
6195804f
# frozen_string_literal: true
module
QA
RSpec
.
describe
'Plan'
,
:smoke
,
:reliable
do
RSpec
.
describe
'Plan'
,
:smoke
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/10_protect/policies_list_spec.rb
View file @
6195804f
...
...
@@ -23,7 +23,7 @@ module QA
project
.
visit!
end
it
'can load Policies page and view the policies list'
,
:smoke
,
:reliable
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347589'
do
it
'can load Policies page and view the policies list'
,
:smoke
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347589'
do
Page
::
Project
::
Menu
.
perform
(
&
:click_on_policies
)
EE
::
Page
::
Project
::
Policies
::
Index
.
perform
do
|
policies_page
|
...
...
@@ -33,7 +33,7 @@ module QA
end
end
it
'can navigate to Policy Editor page'
,
:smoke
,
:reliable
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347611'
do
it
'can navigate to Policy Editor page'
,
:smoke
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347611'
do
Page
::
Project
::
Menu
.
perform
(
&
:click_on_policies
)
EE
::
Page
::
Project
::
Policies
::
Index
.
perform
(
&
:click_new_policy_button
)
...
...
qa/qa/specs/features/ee/browser_ui/10_protect/policy_alerts_list_spec.rb
View file @
6195804f
...
...
@@ -23,7 +23,7 @@ module QA
project
.
visit!
end
it
'can load Threat Monitoring page and view the policy alert list'
,
:smoke
,
:reliable
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347613'
do
it
'can load Threat Monitoring page and view the policy alert list'
,
:smoke
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347613'
do
Page
::
Project
::
Menu
.
perform
(
&
:click_on_threat_monitoring
)
EE
::
Page
::
Project
::
ThreatMonitoring
::
AlertsList
.
perform
do
|
alerts_list
|
...
...
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