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 <withCurrentUserContext(SetAssigneePopup)
22 onSelect={[MockFunction]}
28 aria-label="issue.assign.assigned_to_x_click_to_change.John Doe"
29 className="issue-action issue-action-with-options js-issue-assign"
35 <withAppStateContext(Avatar)
36 className="little-spacer-right"
43 className="issue-meta-label"
48 className="little-spacer-left"
55 exports[`should render a fallback assignee display if assignee info are not available 1`] = `
61 onRequestClose={[Function]}
64 <withCurrentUserContext(SetAssigneePopup)
65 onSelect={[MockFunction]}
71 aria-label="issue.assign.unassigned_click_to_assign"
72 className="issue-action issue-action-with-options js-issue-assign"
76 className="issue-meta-label"
81 className="little-spacer-left"
88 exports[`should render with the action 1`] = `
94 onRequestClose={[Function]}
97 <withCurrentUserContext(SetAssigneePopup)
98 onSelect={[MockFunction]}
103 aria-expanded={false}
104 aria-label="issue.assign.assigned_to_x_click_to_change.John Doe"
105 className="issue-action issue-action-with-options js-issue-assign"
111 <withAppStateContext(Avatar)
112 className="little-spacer-right"
119 className="issue-meta-label"
124 className="little-spacer-left"
131 exports[`should render without the action when the correct rights are missing 1`] = `
136 <withAppStateContext(Avatar)
137 className="little-spacer-right"
144 className="issue-meta-label"