aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap')
-rw-r--r--ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap117
1 files changed, 84 insertions, 33 deletions
diff --git a/ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap b/ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap
index 14030f01..a7e66edd 100644
--- a/ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap
+++ b/ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap
@@ -3,7 +3,7 @@
exports[`Verify MenuBar Test the render method 1`] = `
<NavbarCollapse>
<Styled(NavDropdown)
- title="Template"
+ title="Loop Templates"
>
<DropdownItem
as={
@@ -52,10 +52,14 @@ exports[`Verify MenuBar Test the render method 1`] = `
}
}
disabled={false}
- to="/uploadToscaPolicyModal"
+ to="/ViewLoopTemplatesModal"
>
- Upload Tosca Policy Model
+ View All Templates
</DropdownItem>
+ </Styled(NavDropdown)>
+ <Styled(NavDropdown)
+ title="Policy Models"
+ >
<DropdownItem
as={
Object {
@@ -103,9 +107,9 @@ exports[`Verify MenuBar Test the render method 1`] = `
}
}
disabled={false}
- to="/viewToscaPolicyModal"
+ to="/uploadToscaPolicyModal"
>
- View Tosca Policy Models
+ Upload Tosca Model
</DropdownItem>
<DropdownItem
as={
@@ -154,13 +158,13 @@ exports[`Verify MenuBar Test the render method 1`] = `
}
}
disabled={false}
- to="/ViewLoopTemplatesModal"
+ to="/viewToscaPolicyModal"
>
- View Loop Templates
+ View Tosca Models
</DropdownItem>
</Styled(NavDropdown)>
<Styled(NavDropdown)
- title="Closed Loop"
+ title="Loop Instance"
>
<DropdownItem
as={
@@ -211,7 +215,7 @@ exports[`Verify MenuBar Test the render method 1`] = `
disabled={false}
to="/openLoop"
>
- Open CL
+ Open Loop
</DropdownItem>
<DropdownItem
as={
@@ -262,7 +266,7 @@ exports[`Verify MenuBar Test the render method 1`] = `
disabled={true}
to="/loopProperties"
>
- Properties CL
+ Properties
</DropdownItem>
<DropdownItem
as={
@@ -313,12 +317,59 @@ exports[`Verify MenuBar Test the render method 1`] = `
disabled={true}
to="/closeLoop"
>
- Close Model
+ Close
+ </DropdownItem>
+ <DropdownItem
+ as={
+ Object {
+ "$$typeof": Symbol(react.forward_ref),
+ "attrs": Array [],
+ "componentStyle": ComponentStyle {
+ "componentId": "sc-bdVaJa",
+ "isStatic": false,
+ "rules": Array [
+ "
+ color: ",
+ [Function],
+ ";
+ background-color: ",
+ [Function],
+ ";
+ font-weight: normal;
+ display: block;
+ width: 100%;
+ padding: .25rem 1.5rem;
+ clear: both;
+ text-align: inherit;
+ white-space: nowrap;
+ border: 0;
+ :hover {
+ text-decoration: none;
+ background-color: ",
+ [Function],
+ ";
+ color: ",
+ [Function],
+ ";
+ }
+",
+ ],
+ },
+ "displayName": "Styled(Link)",
+ "foldedComponentIds": Array [],
+ "render": [Function],
+ "styledComponentId": "sc-bdVaJa",
+ "target": [Function],
+ "toString": [Function],
+ "warnTooManyClasses": [Function],
+ "withComponent": [Function],
+ }
+ }
+ disabled={false}
+ to="/modifyLoop"
+ >
+ Modify
</DropdownItem>
- </Styled(NavDropdown)>
- <Styled(NavDropdown)
- title="Manage"
- >
<DropdownItem
as={
Object {
@@ -366,10 +417,14 @@ exports[`Verify MenuBar Test the render method 1`] = `
}
}
disabled={true}
- to="/submit"
+ to="/refreshStatus"
>
- Submit
+ Refresh Status
</DropdownItem>
+ </Styled(NavDropdown)>
+ <Styled(NavDropdown)
+ title="Loop Operations"
+ >
<DropdownItem
as={
Object {
@@ -417,9 +472,9 @@ exports[`Verify MenuBar Test the render method 1`] = `
}
}
disabled={true}
- to="/stop"
+ to="/submit"
>
- Stop
+ Create and deploy to Policy Engine(SUBMIT)
</DropdownItem>
<DropdownItem
as={
@@ -468,9 +523,9 @@ exports[`Verify MenuBar Test the render method 1`] = `
}
}
disabled={true}
- to="/restart"
+ to="/stop"
>
- Restart
+ Undeploy from Policy Engine (STOP)
</DropdownItem>
<DropdownItem
as={
@@ -519,9 +574,9 @@ exports[`Verify MenuBar Test the render method 1`] = `
}
}
disabled={true}
- to="/delete"
+ to="/restart"
>
- Delete
+ ReDeploy to Policy Engine (RESTART)
</DropdownItem>
<DropdownItem
as={
@@ -570,9 +625,9 @@ exports[`Verify MenuBar Test the render method 1`] = `
}
}
disabled={true}
- to="/deploy"
+ to="/delete"
>
- Deploy
+ Delete loop instance (DELETE)
</DropdownItem>
<DropdownItem
as={
@@ -621,14 +676,10 @@ exports[`Verify MenuBar Test the render method 1`] = `
}
}
disabled={true}
- to="/undeploy"
+ to="/deploy"
>
- UnDeploy
+ Deploy to DCAE (DEPLOY)
</DropdownItem>
- </Styled(NavDropdown)>
- <Styled(NavDropdown)
- title="View"
- >
<DropdownItem
as={
Object {
@@ -676,9 +727,9 @@ exports[`Verify MenuBar Test the render method 1`] = `
}
}
disabled={true}
- to="/refreshStatus"
+ to="/undeploy"
>
- Refresh Status
+ UnDeploy to DCAE (UNDEPLOY)
</DropdownItem>
</Styled(NavDropdown)>
<Styled(NavDropdown)