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}
191 className="dropdown-header spacer-left"
206 className="spacer-left"
223 className="spacer-left"
240 className="spacer-left"
262 exports[`should update the component correctly when the user changes to anonymous 1`] = `
264 className="dropdown js-user-authenticated open"
267 className="dropdown-toggle navbar-avatar"
278 className="dropdown-menu dropdown-menu-right"
281 className="dropdown-item"
284 className="text-ellipsis text-muted"
292 className="little-spacer-top text-ellipsis text-muted"
304 onlyActiveOnIndex={false}
323 exports[`should update the component correctly when the user changes to anonymous 2`] = `
326 className="navbar-login"