diff options
author | xg353y <xg353y@intl.att.com> | 2019-03-22 15:43:15 +0100 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2019-03-25 10:12:36 +0100 |
commit | bb393ee2f520254b6fa47d282108790eeda95725 (patch) | |
tree | 9ac54202eae5938e056fa5fe199408e2de2f63d8 /src/test/javascript | |
parent | 937c480aac2d675e70c94908febddb42aefc8dcc (diff) |
Rework deploy/undeploy UI
Rework the deploy/undeploy Ui based on the new data model.
Issue-ID: CLAMP-334
Change-Id: I03d591bea81cb050e12031782dfa383656f1a32c
Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'src/test/javascript')
-rw-r--r-- | src/test/javascript/propertyController.test.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/javascript/propertyController.test.js b/src/test/javascript/propertyController.test.js index 6cb779145..fbbc6beca 100644 --- a/src/test/javascript/propertyController.test.js +++ b/src/test/javascript/propertyController.test.js @@ -31,8 +31,8 @@ describe('Property controller tests', function() { expect(propertyController.getMsUI("test")).toEqual(null); }); - test('getStatus', () => { - expect(propertyController.getStatus()).toEqual('DESIGN'); + test('getLastUpdatedStatus', () => { + expect(propertyController.getLastUpdatedStatus()).toEqual('DESIGN'); }); test('getDeploymentID', () => { |