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
b7569fc7
Commit
b7569fc7
authored
Mar 30, 2022
by
Harsha Muralidhar
Committed by
Tiffany Rea
Mar 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding conditional after suite block to remove projects
parent
ca082285
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
qa/qa/specs/features/ee/browser_ui/13_secure/enable_scanning_from_configuration_spec.rb
...r_ui/13_secure/enable_scanning_from_configuration_spec.rb
+0
-4
qa/qa/specs/features/ee/browser_ui/13_secure/security_reports_spec.rb
...features/ee/browser_ui/13_secure/security_reports_spec.rb
+0
-4
No files found.
qa/qa/specs/features/ee/browser_ui/13_secure/enable_scanning_from_configuration_spec.rb
View file @
b7569fc7
...
...
@@ -47,10 +47,6 @@ module QA
project
.
visit!
end
after
do
project
.
remove_via_api!
if
project
end
describe
'enable dependency scanning from configuration'
do
it
'runs dependency scanning job when enabled from configuration'
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347621'
do
Page
::
Project
::
Menu
.
perform
(
&
:click_on_security_configuration_link
)
...
...
qa/qa/specs/features/ee/browser_ui/13_secure/security_reports_spec.rb
View file @
b7569fc7
...
...
@@ -24,10 +24,6 @@ module QA
@project
.
visit!
end
after
(
:context
)
do
@project
&
.
remove_via_api!
if
@project
end
it
'dependency list has empty state'
,
testcase:
'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348004'
do
Page
::
Project
::
Menu
.
perform
(
&
:click_on_dependency_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