Commit 0bc37996 authored by Jannik Lehmann's avatar Jannik Lehmann

Fix typo in spec description

parent 9ef59ce5
......@@ -56,7 +56,7 @@ describe('VulnerabilityDetails component', () => {
expect(findCodeBlock().exists()).toBe(true);
});
it('should display content in plain text', () => {
it('should not display content in plain text', () => {
createComponent();
expect(findPlainContent().exists()).toBe(false);
});
......
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