commit | aa2eece0e8559be66454b757cae4bbccb59ea828 | [log] [tgz] |
---|---|---|
author | svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com> | Thu Jan 18 17:52:06 2018 +0200 |
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | Sun Jan 21 11:11:06 2018 +0000 |
tree | 98ee345e434b11f433688ed104bb62e432dad623 | |
parent | 30e728d280b77193500a7f0941db336ee60b80a6 [diff] [blame] |
react-version-downgrade Issue-ID: SDC-943 Change-Id: Ief0b0cf4f21a8c739521ecd869b48f8ad69fcb0f Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
diff --git a/openecomp-ui/test/licenseModel/featureGroups/LicenseModelFeatureGroupEditor.test.js b/openecomp-ui/test/licenseModel/featureGroups/LicenseModelFeatureGroupEditor.test.js index d0b6ec3..da57b03 100644 --- a/openecomp-ui/test/licenseModel/featureGroups/LicenseModelFeatureGroupEditor.test.js +++ b/openecomp-ui/test/licenseModel/featureGroups/LicenseModelFeatureGroupEditor.test.js
@@ -15,7 +15,7 @@ */ import React from 'react'; -import TestUtils from 'react-dom/test-utils'; +import TestUtils from 'react-addons-test-utils'; import {mapStateToProps} from 'sdc-app/onboarding/licenseModel/featureGroups/FeatureGroupEditor.js'; import FeatureGroupEditorView from 'sdc-app/onboarding/licenseModel/featureGroups/FeatureGroupEditorView.jsx'; import {LicenseModelOverviewFactory} from 'test-utils/factories/licenseModel/LicenseModelFactories.js';