aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/__snapshots__
diff options
context:
space:
mode:
authorxuegao <xg353y@intl.att.com>2020-06-03 16:18:03 +0200
committerXue Gao <xg353y@intl.att.com>2020-06-04 10:48:20 +0000
commit715746fbd2bcb18193138d56df50b0d44da2681b (patch)
treeab533c51a966681f61fc29974e6cdd034d003bc6 /ui-react/src/__snapshots__
parent76aba9965ffb62bc59f9c95ba61811448010f2cf (diff)
Remove logout
Remove the logout option from UI. Issue-ID: CLAMP-860 Change-Id: I711b8a7eaf523195f0534044efd3dd74c3f1e0be Signed-off-by: xuegao <xg353y@intl.att.com>
Diffstat (limited to 'ui-react/src/__snapshots__')
-rw-r--r--ui-react/src/__snapshots__/LoopUI.test.js.snap9
-rw-r--r--ui-react/src/__snapshots__/OnapClamp.test.js.snap9
2 files changed, 0 insertions, 18 deletions
diff --git a/ui-react/src/__snapshots__/LoopUI.test.js.snap b/ui-react/src/__snapshots__/LoopUI.test.js.snap
index 958e77a99..2dfa48091 100644
--- a/ui-react/src/__snapshots__/LoopUI.test.js.snap
+++ b/ui-react/src/__snapshots__/LoopUI.test.js.snap
@@ -76,10 +76,6 @@ exports[`Verify LoopUI Test the render method 1`] = `
path="/refreshStatus"
render={[Function]}
/>
- <Route
- path="/logout"
- render={[Function]}
- />
<GlobalStyleComponent />
<div>
<Alert
@@ -157,11 +153,6 @@ exports[`Verify LoopUI Test the render method 1`] = `
>
testUser
</Styled(Link)>
- <Styled(Link)
- to="/logout/"
- >
- (logout)
- </Styled(Link)>
</NavbarText>
</Navbar>
<styled.div>
diff --git a/ui-react/src/__snapshots__/OnapClamp.test.js.snap b/ui-react/src/__snapshots__/OnapClamp.test.js.snap
index a06f1edfa..56d022fc6 100644
--- a/ui-react/src/__snapshots__/OnapClamp.test.js.snap
+++ b/ui-react/src/__snapshots__/OnapClamp.test.js.snap
@@ -103,10 +103,6 @@ exports[`Verify OnapClamp Test the render method 1`] = `
path="/refreshStatus"
render={[Function]}
/>
- <Route
- path="/logout"
- render={[Function]}
- />
<GlobalStyleComponent />
<div>
<Alert
@@ -182,11 +178,6 @@ exports[`Verify OnapClamp Test the render method 1`] = `
<Styled(Link)
to="/userInfo"
/>
- <Styled(Link)
- to="/logout/"
- >
- (logout)
- </Styled(Link)>
</NavbarText>
</Navbar>
<styled.div>