Commit 12580cd4 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Fix VulnerabilityStateDropdown spec

parent 15be1811
......@@ -72,7 +72,7 @@ describe('Vulnerability state dropdown component', () => {
});
describe('tests that use the default wrapper', () => {
beforeEach(createWrapper);
beforeEach(() => createWrapper());
it('the save button should be enabled/disabled based on if the selected item has changed or not', () => {
const originalItem = selectedItem();
......
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