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-utils/Util.js b/openecomp-ui/test-utils/Util.js
index ee05f13..1614c1e 100644
--- a/openecomp-ui/test-utils/Util.js
+++ b/openecomp-ui/test-utils/Util.js
@@ -17,7 +17,7 @@
import times from 'lodash/times';
import pick from 'lodash/pick';
import intersection from 'lodash/intersection';
-import ReactTestUtils from 'react-dom/test-utils';
+import ReactTestUtils from 'react-addons-test-utils';
export const buildListFromFactory = (factory, quantity = 3, overrides) => {
let list = [];