Refresh option in validation result page
[sdc.git] / openecomp-ui / test / softwareProduct / validation / SoftwareProductValidationInputView.test.js
index 68a8cdd..c66cf91 100644 (file)
@@ -112,5 +112,9 @@ describe('SoftwareProductValidation Mapper and View Classes', () => {
         );
         expect(inputForm).toBeTruthy();
         TestUtils.Simulate.submit(inputForm);
+        let result = TestUtils.scryRenderedDOMComponentsWithTag(vspValidationInputView, 'input');
+        expect(result).toBeTruthy();
+        expect(result.length).toBeTruthy();
+        TestUtils.Simulate.change(result[0]);
     });
 });