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`] = `
75 exports[`should render the right interface for logged in user 1`] = `
77 className="dropdown js-user-authenticated open"
80 className="dropdown-toggle navbar-avatar"
91 className="dropdown-menu dropdown-menu-right"
94 className="dropdown-item"
97 className="text-ellipsis text-muted"
105 className="little-spacer-top text-ellipsis text-muted"
117 onlyActiveOnIndex={false}
136 exports[`should render the users organizations 1`] = `
138 className="dropdown js-user-authenticated open"
141 className="dropdown-toggle navbar-avatar"
152 className="dropdown-menu dropdown-menu-right"
155 className="dropdown-item"
158 className="text-ellipsis text-muted"
166 className="little-spacer-top text-ellipsis text-muted"
178 onlyActiveOnIndex={false}
190 className="dropdown-header spacer-left"
205 className="spacer-left"
222 className="spacer-left"
239 className="spacer-left"
261 exports[`should update the component correctly when the user changes to anonymous 1`] = `
263 className="dropdown js-user-authenticated open"
266 className="dropdown-toggle navbar-avatar"
277 className="dropdown-menu dropdown-menu-right"
280 className="dropdown-item"
283 className="text-ellipsis text-muted"
291 className="little-spacer-top text-ellipsis text-muted"
303 onlyActiveOnIndex={false}
322 exports[`should update the component correctly when the user changes to anonymous 2`] = `