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
a74be838
Commit
a74be838
authored
Jun 23, 2020
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken tests on usage
parent
d3f86ce6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ee/spec/frontend/security_dashboard/components/first_class_group_security_dashboard_vulnerabilities_spec.js
...st_class_group_security_dashboard_vulnerabilities_spec.js
+2
-2
ee/spec/frontend/security_dashboard/components/first_class_instance_security_dashboard_vulnerabilities_spec.js
...class_instance_security_dashboard_vulnerabilities_spec.js
+2
-2
No files found.
ee/spec/frontend/security_dashboard/components/first_class_group_security_dashboard_vulnerabilities_spec.js
View file @
a74be838
...
@@ -52,7 +52,7 @@ describe('First Class Group Dashboard Vulnerabilities Component', () => {
...
@@ -52,7 +52,7 @@ describe('First Class Group Dashboard Vulnerabilities Component', () => {
emptyStateSvgPath
,
emptyStateSvgPath
,
filters
:
null
,
filters
:
null
,
isLoading
:
true
,
isLoading
:
true
,
shouldShowSelection
:
fals
e
,
shouldShowSelection
:
tru
e
,
shouldShowProjectNamespace
:
true
,
shouldShowProjectNamespace
:
true
,
vulnerabilities
:
[],
vulnerabilities
:
[],
});
});
...
@@ -143,7 +143,7 @@ describe('First Class Group Dashboard Vulnerabilities Component', () => {
...
@@ -143,7 +143,7 @@ describe('First Class Group Dashboard Vulnerabilities Component', () => {
emptyStateSvgPath
,
emptyStateSvgPath
,
filters
:
null
,
filters
:
null
,
isLoading
:
false
,
isLoading
:
false
,
shouldShowSelection
:
fals
e
,
shouldShowSelection
:
tru
e
,
shouldShowProjectNamespace
:
true
,
shouldShowProjectNamespace
:
true
,
vulnerabilities
,
vulnerabilities
,
});
});
...
...
ee/spec/frontend/security_dashboard/components/first_class_instance_security_dashboard_vulnerabilities_spec.js
View file @
a74be838
...
@@ -77,7 +77,7 @@ describe('First Class Instance Dashboard Vulnerabilities Component', () => {
...
@@ -77,7 +77,7 @@ describe('First Class Instance Dashboard Vulnerabilities Component', () => {
emptyStateSvgPath
,
emptyStateSvgPath
,
filters
:
null
,
filters
:
null
,
isLoading
:
true
,
isLoading
:
true
,
shouldShowSelection
:
fals
e
,
shouldShowSelection
:
tru
e
,
shouldShowProjectNamespace
:
true
,
shouldShowProjectNamespace
:
true
,
vulnerabilities
:
[],
vulnerabilities
:
[],
});
});
...
@@ -159,7 +159,7 @@ describe('First Class Instance Dashboard Vulnerabilities Component', () => {
...
@@ -159,7 +159,7 @@ describe('First Class Instance Dashboard Vulnerabilities Component', () => {
emptyStateSvgPath
,
emptyStateSvgPath
,
filters
:
null
,
filters
:
null
,
isLoading
:
false
,
isLoading
:
false
,
shouldShowSelection
:
fals
e
,
shouldShowSelection
:
tru
e
,
shouldShowProjectNamespace
:
true
,
shouldShowProjectNamespace
:
true
,
vulnerabilities
,
vulnerabilities
,
});
});
...
...
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