]> source.dussan.org Git - sonarqube.git/blob
5659e62e4512ee77f28cc1a2c32274e475c19992
[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   <Select
8     className="pull-left big-spacer-right input-medium"
9     isClearable={true}
10     isSearchable={false}
11     onChange={[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     value={Array []}
34   />
35   <ProjectActivityDateInput
36     from={2016-10-27T10:21:15.000Z}
37     onChange={[Function]}
38   />
39 </header>
40 `;