aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/test/softwareProduct/details/detailsView.test.js
diff options
context:
space:
mode:
authorsvishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>2018-01-18 17:52:06 +0200
committerVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>2018-01-21 11:11:06 +0000
commitaa2eece0e8559be66454b757cae4bbccb59ea828 (patch)
tree98ee345e434b11f433688ed104bb62e432dad623 /openecomp-ui/test/softwareProduct/details/detailsView.test.js
parent30e728d280b77193500a7f0941db336ee60b80a6 (diff)
react-version-downgrade
Issue-ID: SDC-943 Change-Id: Ief0b0cf4f21a8c739521ecd869b48f8ad69fcb0f Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
Diffstat (limited to 'openecomp-ui/test/softwareProduct/details/detailsView.test.js')
-rw-r--r--openecomp-ui/test/softwareProduct/details/detailsView.test.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/openecomp-ui/test/softwareProduct/details/detailsView.test.js b/openecomp-ui/test/softwareProduct/details/detailsView.test.js
index 1a5c5efbee..5516f9edaa 100644
--- a/openecomp-ui/test/softwareProduct/details/detailsView.test.js
+++ b/openecomp-ui/test/softwareProduct/details/detailsView.test.js
@@ -14,8 +14,8 @@
* limitations under the License.
*/
import React from 'react';
-import TestUtils from 'react-dom/test-utils';
-import ShallowRenderer from 'react-test-renderer/shallow';
+import TestUtils from 'react-addons-test-utils';
+
import {mapStateToProps} from 'sdc-app/onboarding/softwareProduct/details/SoftwareProductDetails.js';
import SoftwareProductDetailsView from 'sdc-app/onboarding/softwareProduct/details/SoftwareProductDetailsView.jsx';
import {VSPEditorFactory} from 'test-utils/factories/softwareProduct/SoftwareProductEditorFactories.js';
@@ -189,7 +189,7 @@ describe('Software Product Details: ', function () {
genericFieldInfo,
qGenericFieldInfo,
};
- const renderer = new ShallowRenderer();
+ var renderer = TestUtils.createRenderer();
renderer.render(
<SoftwareProductDetailsView
{...params}