Commit 1f9208b8 authored by Alexander Turinske's avatar Alexander Turinske

Fix merge conflict

parent 43dfe979
......@@ -83,10 +83,10 @@ describe('Security Dashboard Table Row', () => {
it('should render the report type', () => {
expect(
findContent(2)
findContent(3)
.text()
.toLowerCase(),
).toContain(wrapper.props().vulnerability.report_type.toLowerCase());
).toContain(vulnerability.report_type.toLowerCase());
});
describe('the project name', () => {
......
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