1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should display error message when no issues available 1`] = `
5 onRequestClose={[Function]}
13 className="modal-head"
16 issue_bulk_change.form.title.0
20 className="modal-body modal-container"
25 issue_bulk_change.no_match
29 className="modal-foot"
33 id="bulk-change-submit"
47 exports[`should display form when issues are present 1`] = `
49 onRequestClose={[Function]}
57 className="modal-head"
60 issue_bulk_change.form.title.1
64 className="modal-body modal-container"
68 className="display-inline-block spacer-top"
69 id="send-notifications"
75 className="little-spacer-right"
77 issue.send_notifications
82 className="modal-foot"
86 id="bulk-change-submit"
100 exports[`should display warning when too many issues are passed 1`] = `
102 issue_bulk_change.form.title.500
106 exports[`should display warning when too many issues are passed 2`] = `
111 defaultMessage="issue_bulk_change.max_issues_reached"
112 id="issue_bulk_change.max_issues_reached"
124 exports[`should render select for severity: Option 1`] = `
134 className="display-flex-center"
140 exports[`should render select for severity: SingleValue 1`] = `
150 className="display-flex-center"
156 exports[`should render select for type: Option 1`] = `
166 className="display-flex-center"
172 className="little-spacer-left"
180 exports[`should render select for type: SingleValue 1`] = `
190 className="display-flex-center"
196 className="little-spacer-left"