1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render the right interface for anonymous user 1`] = `
14 exports[`should render the right interface for logged in user 1`] = `
16 className="dropdown js-user-authenticated open"
19 className="dropdown-toggle navbar-avatar"
30 className="dropdown-menu dropdown-menu-right"
33 className="dropdown-item"
36 className="text-ellipsis text-muted"
44 className="little-spacer-top text-ellipsis text-muted"
56 onlyActiveOnIndex={false}
75 exports[`should render the users organizations 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}
129 className="dropdown-header spacer-left"
144 className="spacer-left"
161 className="spacer-left"
178 className="spacer-left"
200 exports[`should update the component correctly when the user changes to anonymous 1`] = `
202 className="dropdown js-user-authenticated open"
205 className="dropdown-toggle navbar-avatar"
216 className="dropdown-menu dropdown-menu-right"
219 className="dropdown-item"
222 className="text-ellipsis text-muted"
230 className="little-spacer-top text-ellipsis text-muted"
242 onlyActiveOnIndex={false}
261 exports[`should update the component correctly when the user changes to anonymous 2`] = `