diff options
author | 2020-03-13 16:27:30 +0000 | |
---|---|---|
committer | 2020-03-13 16:27:30 +0000 | |
commit | 774b4ba65f0d23ae34d3bddb63058796121c1ae3 (patch) | |
tree | c65b78f2164524acff1dc3a62caaa3847eeb4906 /ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap | |
parent | 8063862aeed5341f32cb6d95e212ed99e43e57c7 (diff) | |
parent | 8604d37f2f6bdd011de62ec474b6883413d30348 (diff) |
Merge "Fix the tosca converter"
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.snap | 21 |
1 files changed, 10 insertions, 11 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 9070e87e..92444ea3 100644 --- a/ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap +++ b/ui-react/src/components/menu/__snapshots__/MenuBar.test.js.snap @@ -162,10 +162,6 @@ exports[`Verify MenuBar Test the render method 1`] = ` > View Tosca Models </DropdownItem> - </Styled(NavDropdown)> - <Styled(NavDropdown) - title="Dictionaries" - > <DropdownItem as={ Object { @@ -215,7 +211,7 @@ exports[`Verify MenuBar Test the render method 1`] = ` disabled={false} to="/ManageDictionaries" > - Manage Dictionaries + Manage Metadata Dictionaries </DropdownItem> </Styled(NavDropdown)> <Styled(NavDropdown) @@ -370,9 +366,9 @@ exports[`Verify MenuBar Test the render method 1`] = ` } } disabled={true} - to="/loopProperties" + to="/closeLoop" > - Properties + Close </DropdownItem> <DropdownItem as={ @@ -421,10 +417,13 @@ exports[`Verify MenuBar Test the render method 1`] = ` } } disabled={true} - to="/closeLoop" + to="/modifyLoop" > - Close + Modify </DropdownItem> + <DropdownDivider + role="separator" + /> <DropdownItem as={ Object { @@ -472,9 +471,9 @@ exports[`Verify MenuBar Test the render method 1`] = ` } } disabled={true} - to="/modifyLoop" + to="/loopProperties" > - Modify + Properties </DropdownItem> <DropdownItem as={ |