xuegao | 524b364 | 2019-10-11 15:41:49 +0200 | [diff] [blame] | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | |
| 3 | exports[`Verify LoopUI Test the render method 1`] = ` |
| 4 | <styled.div |
| 5 | id="main_div" |
| 6 | > |
| 7 | <Route |
drveerendra | f6b2625 | 2019-10-31 12:45:30 -0400 | [diff] [blame^] | 8 | path="/viewToscaModals" |
| 9 | render={[Function]} |
| 10 | /> |
| 11 | <Route |
xuegao | 524b364 | 2019-10-11 15:41:49 +0200 | [diff] [blame] | 12 | path="/operationalPolicyModal" |
| 13 | render={[Function]} |
| 14 | /> |
| 15 | <Route |
| 16 | path="/configurationPolicyModal/:componentName" |
| 17 | render={[Function]} |
| 18 | /> |
| 19 | <Route |
| 20 | path="/openLoop" |
| 21 | render={[Function]} |
| 22 | /> |
| 23 | <Route |
| 24 | path="/loopProperties" |
| 25 | render={[Function]} |
| 26 | /> |
| 27 | <Route |
| 28 | path="/userInfo" |
| 29 | render={[Function]} |
| 30 | /> |
| 31 | <Route |
| 32 | path="/closeLoop" |
| 33 | render={[Function]} |
| 34 | /> |
| 35 | <Route |
| 36 | path="/submit" |
| 37 | render={[Function]} |
| 38 | /> |
| 39 | <Route |
| 40 | path="/stop" |
| 41 | render={[Function]} |
| 42 | /> |
| 43 | <Route |
| 44 | path="/restart" |
| 45 | render={[Function]} |
| 46 | /> |
| 47 | <Route |
| 48 | path="/delete" |
| 49 | render={[Function]} |
| 50 | /> |
| 51 | <Route |
| 52 | path="/undeploy" |
| 53 | render={[Function]} |
| 54 | /> |
| 55 | <Route |
| 56 | path="/deploy" |
| 57 | render={[Function]} |
| 58 | /> |
| 59 | <Route |
| 60 | path="/refreshStatus" |
| 61 | render={[Function]} |
| 62 | /> |
| 63 | <Route |
| 64 | path="/logout" |
| 65 | render={[Function]} |
| 66 | /> |
| 67 | <GlobalStyleComponent /> |
| 68 | <Alert |
| 69 | closeLabel="Close alert" |
| 70 | dismissible={true} |
| 71 | onClose={[Function]} |
| 72 | show={false} |
| 73 | transition={ |
| 74 | Object { |
| 75 | "$$typeof": Symbol(react.forward_ref), |
| 76 | "defaultProps": Object { |
| 77 | "appear": false, |
| 78 | "in": false, |
| 79 | "mountOnEnter": false, |
| 80 | "timeout": 300, |
| 81 | "unmountOnExit": false, |
| 82 | }, |
| 83 | "displayName": "Fade", |
| 84 | "render": [Function], |
| 85 | } |
| 86 | } |
| 87 | variant="danger" |
| 88 | /> |
| 89 | <Navbar |
| 90 | collapseOnSelect={false} |
| 91 | expand={true} |
| 92 | variant="light" |
| 93 | > |
| 94 | <NavbarBrand> |
| 95 | <img |
| 96 | alt="" |
| 97 | height="50px" |
| 98 | src={null} |
| 99 | width="234px" |
| 100 | /> |
| 101 | <styled.a> |
| 102 | CLAMP |
| 103 | </styled.a> |
| 104 | </NavbarBrand> |
| 105 | <NavbarToggle |
| 106 | aria-controls="responsive-navbar-nav" |
| 107 | label="Toggle navigation" |
| 108 | /> |
| 109 | <MenuBar |
| 110 | loopName="testLoopName" |
| 111 | /> |
| 112 | <NavbarText> |
| 113 | <styled.a> |
| 114 | Signed in as: |
| 115 | </styled.a> |
| 116 | <Styled(Link) |
| 117 | to="/userInfo" |
| 118 | > |
| 119 | testUser |
| 120 | </Styled(Link)> |
| 121 | <Styled(Link) |
| 122 | to="/logout/" |
| 123 | > |
| 124 | (logout) |
| 125 | </Styled(Link)> |
| 126 | </NavbarText> |
| 127 | </Navbar> |
| 128 | <styled.div> |
| 129 | <styled.div> |
| 130 | Loop Viewer - |
| 131 | testLoopName |
| 132 | </styled.div> |
| 133 | <styled.div> |
| 134 | <withRouter(LoopViewSvg) |
| 135 | loopCache={ |
| 136 | LoopCache { |
| 137 | "loopJsonCache": Object {}, |
| 138 | } |
| 139 | } |
| 140 | /> |
| 141 | <LoopStatus |
| 142 | loopCache={ |
| 143 | LoopCache { |
| 144 | "loopJsonCache": Object {}, |
| 145 | } |
| 146 | } |
| 147 | /> |
| 148 | <LoopLogs |
| 149 | loopCache={ |
| 150 | LoopCache { |
| 151 | "loopJsonCache": Object {}, |
| 152 | } |
| 153 | } |
| 154 | /> |
| 155 | </styled.div> |
| 156 | </styled.div> |
| 157 | </styled.div> |
| 158 | `; |