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
2ffee896
Commit
2ffee896
authored
Aug 30, 2019
by
Jennifer Louie
Committed by
Mark Lapierre
Aug 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quarantine 3 security report specs
parent
104a55cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
qa/qa/specs/features/ee/browser_ui/secure/security_reports_spec.rb
...cs/features/ee/browser_ui/secure/security_reports_spec.rb
+6
-3
No files found.
qa/qa/specs/features/ee/browser_ui/secure/security_reports_spec.rb
View file @
2ffee896
...
@@ -64,7 +64,8 @@ module QA
...
@@ -64,7 +64,8 @@ module QA
end
end
end
end
it
'displays the Dependency Scanning report in the project security dashboard'
do
# Failure issue: https://gitlab.com/gitlab-org/quality/staging/issues/70
it
'displays the Dependency Scanning report in the project security dashboard'
,
:quarantine
do
Page
::
Project
::
Menu
.
perform
(
&
:click_project
)
Page
::
Project
::
Menu
.
perform
(
&
:click_project
)
Page
::
Project
::
Menu
.
perform
(
&
:click_on_security_dashboard
)
Page
::
Project
::
Menu
.
perform
(
&
:click_on_security_dashboard
)
...
@@ -73,7 +74,8 @@ module QA
...
@@ -73,7 +74,8 @@ module QA
end
end
end
end
it
'displays the Dependency Scanning report in the group security dashboard'
do
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/130
it
'displays the Dependency Scanning report in the group security dashboard'
,
:quarantine
do
Page
::
Main
::
Menu
.
perform
{
|
page
|
page
.
go_to_groups
}
Page
::
Main
::
Menu
.
perform
{
|
page
|
page
.
go_to_groups
}
Page
::
Dashboard
::
Groups
.
perform
{
|
page
|
page
.
click_group
(
@project
.
group
.
path
)
}
Page
::
Dashboard
::
Groups
.
perform
{
|
page
|
page
.
click_group
(
@project
.
group
.
path
)
}
EE
::
Page
::
Group
::
Menu
.
perform
{
|
page
|
page
.
click_group_security_link
}
EE
::
Page
::
Group
::
Menu
.
perform
{
|
page
|
page
.
click_group_security_link
}
...
@@ -84,7 +86,8 @@ module QA
...
@@ -84,7 +86,8 @@ module QA
end
end
end
end
it
'displays the Dependency List'
do
# Failure issue: https://gitlab.com/gitlab-org/quality/staging/issues/70
it
'displays the Dependency List'
,
:quarantine
do
Page
::
Project
::
Menu
.
perform
(
&
:click_on_dependency_list
)
Page
::
Project
::
Menu
.
perform
(
&
:click_on_dependency_list
)
EE
::
Page
::
Project
::
Secure
::
DependencyList
.
perform
do
|
page
|
EE
::
Page
::
Project
::
Secure
::
DependencyList
.
perform
do
|
page
|
...
...
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