]> source.dussan.org Git - sonarqube.git/blob
17cf32889251eaaabd4e8b2bafc13ac17f7f7cb9
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly the list of series 1`] = `
4 <header
5   className="page-header"
6 >
7   <SelectLegacy
8     className="pull-left big-spacer-right input-medium"
9     clearable={true}
10     onChange={[Function]}
11     optionComponent={[Function]}
12     options={
13       Array [
14         Object {
15           "label": "event.category.VERSION",
16           "value": "VERSION",
17         },
18         Object {
19           "label": "event.category.QUALITY_GATE",
20           "value": "QUALITY_GATE",
21         },
22         Object {
23           "label": "event.category.QUALITY_PROFILE",
24           "value": "QUALITY_PROFILE",
25         },
26         Object {
27           "label": "event.category.OTHER",
28           "value": "OTHER",
29         },
30       ]
31     }
32     placeholder="project_activity.filter_events..."
33     searchable={false}
34     value=""
35   />
36   <ProjectActivityDateInput
37     from={2016-10-27T10:21:15.000Z}
38     onChange={[Function]}
39   />
40 </header>
41 `;