Commit a74be838 authored by Alexander Turinske's avatar Alexander Turinske

Fix broken tests on usage

parent d3f86ce6
......@@ -52,7 +52,7 @@ describe('First Class Group Dashboard Vulnerabilities Component', () => {
emptyStateSvgPath,
filters: null,
isLoading: true,
shouldShowSelection: false,
shouldShowSelection: true,
shouldShowProjectNamespace: true,
vulnerabilities: [],
});
......@@ -143,7 +143,7 @@ describe('First Class Group Dashboard Vulnerabilities Component', () => {
emptyStateSvgPath,
filters: null,
isLoading: false,
shouldShowSelection: false,
shouldShowSelection: true,
shouldShowProjectNamespace: true,
vulnerabilities,
});
......
......@@ -77,7 +77,7 @@ describe('First Class Instance Dashboard Vulnerabilities Component', () => {
emptyStateSvgPath,
filters: null,
isLoading: true,
shouldShowSelection: false,
shouldShowSelection: true,
shouldShowProjectNamespace: true,
vulnerabilities: [],
});
......@@ -159,7 +159,7 @@ describe('First Class Instance Dashboard Vulnerabilities Component', () => {
emptyStateSvgPath,
filters: null,
isLoading: false,
shouldShowSelection: false,
shouldShowSelection: true,
shouldShowProjectNamespace: true,
vulnerabilities,
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment