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"
49 className="little-spacer-left"
56 exports[`should render a fallback assignee display if assignee info are not available 1`] = `
62 onRequestClose={[Function]}
65 <withCurrentUserContext(SetAssigneePopup)
66 onSelect={[MockFunction]}
72 aria-label="issue.assign.unassigned_click_to_assign"
73 className="issue-action issue-action-with-options js-issue-assign"
77 className="issue-meta-label"
82 className="little-spacer-left"
89 exports[`should render with the action 1`] = `
95 onRequestClose={[Function]}
98 <withCurrentUserContext(SetAssigneePopup)
99 onSelect={[MockFunction]}
104 aria-expanded={false}
105 aria-label="issue.assign.assigned_to_x_click_to_change.John Doe"
106 className="issue-action issue-action-with-options js-issue-assign"
112 <withAppStateContext(Avatar)
113 className="little-spacer-right"
120 className="issue-meta-label"
126 className="little-spacer-left"
133 exports[`should render without the action when the correct rights are missing 1`] = `
138 <withAppStateContext(Avatar)
139 className="little-spacer-right"
146 className="issue-meta-label"