Fix naming convention 56/98456/1
authorsebdet <sebastien.determe@intl.att.com>
Fri, 15 Nov 2019 16:26:45 +0000 (17:26 +0100)
committersebdet <sebastien.determe@intl.att.com>
Fri, 15 Nov 2019 16:26:45 +0000 (17:26 +0100)
Second stage, fix naming convention in UI-react so that it's clearer

Issue-ID: CLAMP-552
Change-Id: I1bfd48b55d9e1edf66c0369539718e086a778429
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
ui-react/src/LoopUI.js
ui-react/src/components/dialogs/Loop/LoopPropertiesModal.js [moved from ui-react/src/components/dialogs/LoopProperties.js with 96% similarity]
ui-react/src/components/dialogs/Loop/LoopPropertiesModal.test.js [moved from ui-react/src/components/dialogs/LoopProperties.test.js with 83% similarity]
ui-react/src/components/dialogs/Loop/__snapshots__/LoopPropertiesModal.test.js.snap [moved from ui-react/src/components/dialogs/__snapshots__/LoopProperties.test.js.snap with 94% similarity]

index bcdc4ff..e709c71 100644 (file)
@@ -39,7 +39,7 @@ import { Route } from 'react-router-dom'
 import OpenLoopModal from './components/dialogs/OpenLoop/OpenLoopModal';
 import OperationalPolicyModal from './components/dialogs/OperationalPolicy/OperationalPolicyModal';
 import ConfigurationPolicyModal from './components/dialogs/ConfigurationPolicy/ConfigurationPolicyModal';
-import LoopProperties from './components/dialogs/LoopProperties';
+import LoopPropertiesModal from './components/dialogs/Loop/LoopPropertiesModal';
 import UserInfo from './components/dialogs/UserInfo';
 import LoopService from './api/LoopService';
 import ViewToscaModal from './components/dialogs/ViewToscaModal/ViewToscaModal';
@@ -253,7 +253,7 @@ export default class LoopUI extends React.Component {
                                        render={(routeProps) => (<OperationalPolicyModal {...routeProps} loopCache={this.getLoopCache()} loadLoopFunction={this.loadLoop} showAlert={this.showAlert}/>)} />
                                <Route path="/configurationPolicyModal/:componentName" render={(routeProps) => (<ConfigurationPolicyModal {...routeProps} loopCache={this.getLoopCache()} loadLoopFunction={this.loadLoop}/>)} />
                                <Route path="/openLoop" render={(routeProps) => (<OpenLoopModal {...routeProps} loadLoopFunction={this.loadLoop} />)} />
-                               <Route path="/loopProperties" render={(routeProps) => (<LoopProperties {...routeProps} loopCache={this.getLoopCache()} loadLoopFunction={this.loadLoop}/>)} />
+                               <Route path="/loopProperties" render={(routeProps) => (<LoopPropertiesModal {...routeProps} loopCache={this.getLoopCache()} loadLoopFunction={this.loadLoop}/>)} />
                                <Route path="/userInfo" render={(routeProps) => (<UserInfo {...routeProps} />)} />
                                <Route path="/closeLoop" render={this.closeLoop} />
                                <Route path="/submit" render={(routeProps) => (<PerformAction {...routeProps} loopAction="submit" loopCache={this.getLoopCache()} updateLoopFunction={this.updateLoopCache} showAlert={this.showAlert}/>)} />
@@ -25,12 +25,12 @@ import Button from 'react-bootstrap/Button';
 import Modal from 'react-bootstrap/Modal';
 import Form from 'react-bootstrap/Form';
 import styled from 'styled-components';
-import LoopService from '../../api/LoopService';
+import LoopService from '../../../api/LoopService';
 
 const ModalStyled = styled(Modal)`
        background-color: transparent;
 `
-export default class LoopProperties extends React.Component {
+export default class LoopPropertiesModal extends React.Component {
 
        state = {
                show: true,
  */
 import React from 'react';
 import { shallow } from 'enzyme';
-import LoopProperties from './LoopProperties';
-import LoopCache from '../../api/LoopCache';
-import LoopService from '../../api/LoopService';
+import LoopPropertiesModal from './LoopPropertiesModal';
+import LoopCache from '../../../api/LoopCache';
+import LoopService from '../../../api/LoopService';
 
-describe('Verify LoopProperties', () => {
+describe('Verify LoopPropertiesModal', () => {
        const loopCache = new LoopCache({
                "name": "LOOP_Jbv1z_v1_0_ResourceInstanceName1_tca",
                "globalPropertiesJson": {
@@ -39,7 +39,7 @@ describe('Verify LoopProperties', () => {
 
        it('Test the render method', () => {
                const component = shallow(
-                       <LoopProperties loopCache={loopCache}/>
+                       <LoopPropertiesModal loopCache={loopCache}/>
                )
                component.setState({ show: true,
                        temporaryPropertiesJson: {
@@ -62,8 +62,8 @@ describe('Verify LoopProperties', () => {
 
        it('Test handleClose', () => {
                const historyMock = { push: jest.fn() };
-               const handleClose = jest.spyOn(LoopProperties.prototype,'handleClose');
-               const component = shallow(<LoopProperties history={historyMock} loopCache={loopCache}/>)
+               const handleClose = jest.spyOn(LoopPropertiesModal.prototype,'handleClose');
+               const component = shallow(<LoopPropertiesModal history={historyMock} loopCache={loopCache}/>)
 
                component.find('[variant="secondary"]').prop('onClick')();
 
@@ -75,7 +75,7 @@ describe('Verify LoopProperties', () => {
                const flushPromises = () => new Promise(setImmediate);
                const historyMock = { push: jest.fn() };
                const loadLoopFunction = jest.fn();
-               const handleSave = jest.spyOn(LoopProperties.prototype,'handleSave');
+               const handleSave = jest.spyOn(LoopPropertiesModal.prototype,'handleSave');
                LoopService.updateGlobalProperties = jest.fn().mockImplementation(() => {
                        return Promise.resolve({
                                ok: true,
@@ -84,7 +84,7 @@ describe('Verify LoopProperties', () => {
                        });
                });
 
-               const component = shallow(<LoopProperties history={historyMock} 
+               const component = shallow(<LoopPropertiesModal history={historyMock} 
                                                loopCache={loopCache} loadLoopFunction={loadLoopFunction} />)
 
                component.find('[variant="primary"]').prop('onClick')();
@@ -98,7 +98,7 @@ describe('Verify LoopProperties', () => {
 
        it('Onchange event', () => {
                const event = {target:{name:"dcaeDeployParameters", value:"{\"location_id\": \"testLocation\",\"policy_id\": \"TCA_h2NMX_v1_0_ResourceInstanceName1_tca\"}"}};
-               const component = shallow(<LoopProperties loopCache={loopCache}/>);
+               const component = shallow(<LoopPropertiesModal loopCache={loopCache}/>);
 
                component.find('FormControl').simulate('change', event);
                component.update();
@@ -1,6 +1,6 @@
 // Jest Snapshot v1, https://goo.gl/fbAQLP
 
-exports[`Verify LoopProperties Test the render method 1`] = `
+exports[`Verify LoopPropertiesModal Test the render method 1`] = `
 <Styled(Bootstrap(Modal))
   onHide={[Function]}
   show={true}