]> source.dussan.org Git - sonarqube.git/blob
5a5d10ab6df71708af65679fbf2d034ade18f226
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly the list of series 1`] = `
4 <div
5   className="page-header display-flex-start"
6 >
7   <div
8     className="display-flex-column big-spacer-right"
9   >
10     <label
11       className="text-bold little-spacer-bottom"
12       htmlFor="filter-events"
13     >
14       project_activity.filter_events
15     </label>
16     <Select
17       className="input-medium"
18       id="filter-events"
19       isClearable={true}
20       isSearchable={false}
21       onChange={[Function]}
22       options={
23         [
24           {
25             "label": "event.category.VERSION",
26             "value": "VERSION",
27           },
28           {
29             "label": "event.category.QUALITY_GATE",
30             "value": "QUALITY_GATE",
31           },
32           {
33             "label": "event.category.QUALITY_PROFILE",
34             "value": "QUALITY_PROFILE",
35           },
36           {
37             "label": "event.category.OTHER",
38             "value": "OTHER",
39           },
40         ]
41       }
42       value={[]}
43     />
44   </div>
45   <ProjectActivityDateInput
46     from={2016-10-27T10:21:15.000Z}
47     onChange={[Function]}
48   />
49 </div>
50 `;