diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-02-18 02:00:11 -0800 |
---|---|---|
committer | Sébastien Determe <sebastien.determe@intl.att.com> | 2020-02-25 10:57:35 +0000 |
commit | aa486be66b1c29ad2e953cb44d105ca1bde40b1c (patch) | |
tree | b5893560b1eee8f1e456104deec7924f05e4fbfb /ui-react/src/__snapshots__ | |
parent | 4e8e11afced0693e24074fd6bb8d5b2cace98ab6 (diff) |
Modify the Ui
Modify the Ui to have a modify option in the menu so that the user can tune the loop instance
Issue-ID: CLAMP-648
Change-Id: I57523bc1c3afaf5ca5a2acf5c59823df06fd4cd9
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'ui-react/src/__snapshots__')
-rw-r--r-- | ui-react/src/__snapshots__/LoopUI.test.js.snap | 4 | ||||
-rw-r--r-- | ui-react/src/__snapshots__/OnapClamp.test.js.snap | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ui-react/src/__snapshots__/LoopUI.test.js.snap b/ui-react/src/__snapshots__/LoopUI.test.js.snap index 98f1a460b..98f802df8 100644 --- a/ui-react/src/__snapshots__/LoopUI.test.js.snap +++ b/ui-react/src/__snapshots__/LoopUI.test.js.snap @@ -33,6 +33,10 @@ exports[`Verify LoopUI Test the render method 1`] = ` render={[Function]} /> <Route + path="/modifyLoop" + render={[Function]} + /> + <Route path="/userInfo" render={[Function]} /> diff --git a/ui-react/src/__snapshots__/OnapClamp.test.js.snap b/ui-react/src/__snapshots__/OnapClamp.test.js.snap index 59a6fd45e..35951caa4 100644 --- a/ui-react/src/__snapshots__/OnapClamp.test.js.snap +++ b/ui-react/src/__snapshots__/OnapClamp.test.js.snap @@ -58,6 +58,10 @@ exports[`Verify OnapClamp Test the render method 1`] = ` render={[Function]} /> <Route + path="/modifyLoop" + render={[Function]} + /> + <Route path="/userInfo" render={[Function]} /> |