1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should not render the users organizations when they are not activated 1`] = `
5 className="dropdown js-user-authenticated open"
8 className="dropdown-toggle navbar-avatar"
19 className="dropdown-menu dropdown-menu-right"
22 className="dropdown-item"
25 className="text-ellipsis text-muted"
33 className="little-spacer-top text-ellipsis text-muted"
45 onlyActiveOnIndex={false}
64 exports[`should render the right interface for anonymous user 1`] = `
67 className="navbar-login"
76 exports[`should render the right interface for logged in user 1`] = `
78 className="dropdown js-user-authenticated open"
81 className="dropdown-toggle navbar-avatar"
92 className="dropdown-menu dropdown-menu-right"
95 className="dropdown-item"
98 className="text-ellipsis text-muted"
106 className="little-spacer-top text-ellipsis text-muted"
118 onlyActiveOnIndex={false}
137 exports[`should render the users organizations 1`] = `
139 className="dropdown js-user-authenticated open"
142 className="dropdown-toggle navbar-avatar"
153 className="dropdown-menu dropdown-menu-right"
156 className="dropdown-item"
159 className="text-ellipsis text-muted"
167 className="little-spacer-top text-ellipsis text-muted"
179 onlyActiveOnIndex={false}
193 onlyActiveOnIndex={false}
195 to="/account/organizations"
214 className="spacer-left"
234 className="spacer-left"
254 className="spacer-left"
276 exports[`should update the component correctly when the user changes to anonymous 1`] = `
278 className="dropdown js-user-authenticated open"
281 className="dropdown-toggle navbar-avatar"
292 className="dropdown-menu dropdown-menu-right"
295 className="dropdown-item"
298 className="text-ellipsis text-muted"
306 className="little-spacer-top text-ellipsis text-muted"
318 onlyActiveOnIndex={false}
337 exports[`should update the component correctly when the user changes to anonymous 2`] = `
340 className="navbar-login"