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]}
31 aria-label="issue.assign.assigned_to_x_click_to_change.John Doe"
32 className="issue-action issue-action-with-options js-issue-assign"
38 <withAppStateContext(Avatar)
39 className="little-spacer-right"
46 className="issue-meta-label"
51 className="little-spacer-left"
59 exports[`should render a fallback assignee display if assignee info are not available 1`] = `
65 onRequestClose={[Function]}
68 <withCurrentUserContext(SetAssigneePopup)
69 onSelect={[MockFunction]}
76 aria-label="issue.assign.unassigned_click_to_assign"
77 className="issue-action issue-action-with-options js-issue-assign"
81 className="issue-meta-label"
86 className="little-spacer-left"
94 exports[`should render with the action 1`] = `
100 onRequestClose={[Function]}
103 <withCurrentUserContext(SetAssigneePopup)
104 onSelect={[MockFunction]}
112 aria-expanded={false}
113 aria-label="issue.assign.assigned_to_x_click_to_change.John Doe"
114 className="issue-action issue-action-with-options js-issue-assign"
120 <withAppStateContext(Avatar)
121 className="little-spacer-right"
128 className="issue-meta-label"
133 className="little-spacer-left"
141 exports[`should render without the action when the correct rights are missing 1`] = `
146 <withAppStateContext(Avatar)
147 className="little-spacer-right"
154 className="issue-meta-label"