diff options
author | svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com> | 2018-02-01 13:08:27 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-02-07 12:55:30 +0000 |
commit | d487b130a0607df88bd49276214ffba9d70ce216 (patch) | |
tree | 9903358195a6d1e8e3b4b3745cbb9a70ca71867e /openecomp-ui/test/revisions | |
parent | 471a29706bfc3ed50a6c66f96ee6575fc2e3087b (diff) |
fixing tests
Issue-ID: SDC-962
Change-Id: I175fe6be26a3174d7ffa09317171725942211448
Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
Diffstat (limited to 'openecomp-ui/test/revisions')
-rw-r--r-- | openecomp-ui/test/revisions/revisions.test.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openecomp-ui/test/revisions/revisions.test.js b/openecomp-ui/test/revisions/revisions.test.js index d47c2d2963..fc9f135f08 100644 --- a/openecomp-ui/test/revisions/revisions.test.js +++ b/openecomp-ui/test/revisions/revisions.test.js @@ -186,7 +186,7 @@ describe('Revisions Action Helper', () => { }); }); -*/ + it('Revert to revision license model', () => { let revisionId = revisions[0].id; @@ -234,7 +234,7 @@ describe('Revisions Action Helper', () => { }); - +*/ }); |