1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should handle the descending sort direction 1`] = `
10 addLabelText="Add \\"{label}\\"?"
11 arrowRenderer={[Function]}
13 backspaceRemoves={true}
14 backspaceToRemoveMessage="Press backspace to remove {label}"
15 className="little-spacer-left input-large"
16 clearAllText="Clear all"
17 clearValueText="Clear value"
21 escapeClearsValue={true}
22 filterOptions={[Function]}
25 inputProps={Object {}}
32 menuRenderer={[Function]}
34 noResultsText="No results found"
35 onBlurResetsInput={true}
37 onCloseResetsInput={true}
38 openAfterFocus={false}
39 optionComponent={[Function]}
44 "label": "projects.sorting.name (projects.sorting.default)",
49 "label": "projects.sorting.analysis_date",
50 "value": "analysis_date",
54 "label": "projects.sorting.reliability",
55 "value": "reliability",
59 "label": "projects.sorting.security",
64 "label": "projects.sorting.maintainability",
65 "value": "maintainability",
69 "label": "projects.sorting.coverage",
74 "label": "projects.sorting.duplications",
75 "value": "duplications",
79 "label": "projects.sorting.size",
85 placeholder="Select..."
87 scrollMenuIntoView={true}
90 tabSelectsValue={true}
92 valueComponent={[Function]}
96 overlay="projects.sort_descending"
100 className="spacer-left button-icon"
105 className="little-spacer-top"
112 exports[`should render correctly for leak view 1`] = `
119 addLabelText="Add \\"{label}\\"?"
120 arrowRenderer={[Function]}
122 backspaceRemoves={true}
123 backspaceToRemoveMessage="Press backspace to remove {label}"
124 className="little-spacer-left input-large"
125 clearAllText="Clear all"
126 clearValueText="Clear value"
130 escapeClearsValue={true}
131 filterOptions={[Function]}
134 inputProps={Object {}}
141 menuRenderer={[Function]}
143 noResultsText="No results found"
144 onBlurResetsInput={true}
145 onChange={[Function]}
146 onCloseResetsInput={true}
147 openAfterFocus={false}
148 optionComponent={[Function]}
153 "label": "projects.sorting.analysis_date (projects.sorting.default)",
154 "value": "analysis_date",
158 "label": "projects.sorting.name",
162 "class": "projects-leak-sorting-option",
163 "label": "projects.sorting.new_reliability",
164 "value": "new_reliability",
167 "class": "projects-leak-sorting-option",
168 "label": "projects.sorting.new_security",
169 "value": "new_security",
172 "class": "projects-leak-sorting-option",
173 "label": "projects.sorting.new_maintainability",
174 "value": "new_maintainability",
177 "class": "projects-leak-sorting-option",
178 "label": "projects.sorting.new_coverage",
179 "value": "new_coverage",
182 "class": "projects-leak-sorting-option",
183 "label": "projects.sorting.new_duplications",
184 "value": "new_duplications",
187 "class": "projects-leak-sorting-option",
188 "label": "projects.sorting.new_lines",
189 "value": "new_lines",
194 placeholder="Select..."
196 scrollMenuIntoView={true}
199 tabSelectsValue={true}
201 valueComponent={[Function]}
205 overlay="projects.sort_ascending"
209 className="spacer-left button-icon"
214 className="little-spacer-top"
221 exports[`should render correctly for overall view 1`] = `
228 addLabelText="Add \\"{label}\\"?"
229 arrowRenderer={[Function]}
231 backspaceRemoves={true}
232 backspaceToRemoveMessage="Press backspace to remove {label}"
233 className="little-spacer-left input-large"
234 clearAllText="Clear all"
235 clearValueText="Clear value"
239 escapeClearsValue={true}
240 filterOptions={[Function]}
243 inputProps={Object {}}
250 menuRenderer={[Function]}
252 noResultsText="No results found"
253 onBlurResetsInput={true}
254 onChange={[Function]}
255 onCloseResetsInput={true}
256 openAfterFocus={false}
257 optionComponent={[Function]}
262 "label": "projects.sorting.name (projects.sorting.default)",
267 "label": "projects.sorting.analysis_date",
268 "value": "analysis_date",
272 "label": "projects.sorting.reliability",
273 "value": "reliability",
277 "label": "projects.sorting.security",
282 "label": "projects.sorting.maintainability",
283 "value": "maintainability",
287 "label": "projects.sorting.coverage",
292 "label": "projects.sorting.duplications",
293 "value": "duplications",
297 "label": "projects.sorting.size",
303 placeholder="Select..."
305 scrollMenuIntoView={true}
308 tabSelectsValue={true}
310 valueComponent={[Function]}
314 overlay="projects.sort_ascending"
318 className="spacer-left button-icon"
323 className="little-spacer-top"