1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should open the popup when the button is clicked 1`] = `
12 exports[`should open the popup when the button is clicked 2`] = `
18 onRequestClose={[Function]}
21 <Connect(withCurrentUser(SetAssigneePopup))
25 "assigneeAvatar": "gravatarhash",
26 "assigneeName": "John Doe",
27 "projectOrganization": "org",
30 onSelect={[MockFunction]}
35 className="issue-action issue-action-with-options js-issue-assign"
42 className="little-spacer-right"
49 className="issue-meta-label"
54 className="little-spacer-left"
61 exports[`should render a fallback assignee display if assignee info are not available 1`] = `
67 onRequestClose={[Function]}
70 <Connect(withCurrentUser(SetAssigneePopup))
73 "projectOrganization": "org",
76 onSelect={[MockFunction]}
81 className="issue-action issue-action-with-options js-issue-assign"
85 className="issue-meta-label"
90 className="little-spacer-left"
97 exports[`should render with the action 1`] = `
103 onRequestClose={[Function]}
106 <Connect(withCurrentUser(SetAssigneePopup))
110 "assigneeAvatar": "gravatarhash",
111 "assigneeName": "John Doe",
112 "projectOrganization": "org",
115 onSelect={[MockFunction]}
120 className="issue-action issue-action-with-options js-issue-assign"
127 className="little-spacer-right"
134 className="issue-meta-label"
139 className="little-spacer-left"
146 exports[`should render without the action when the correct rights are missing 1`] = `
152 className="little-spacer-right"
159 className="issue-meta-label"