]> source.dussan.org Git - sonarqube.git/blob
a185ef12c0c8c40ba01c89582cd3e402ba12235f
[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     addLabelText="Add \\"{label}\\"?"
9     arrowRenderer={[Function]}
10     autosize={true}
11     backspaceRemoves={true}
12     backspaceToRemoveMessage="Press backspace to remove {label}"
13     className="input-medium pull-left spacer-right"
14     clearAllText="Clear all"
15     clearValueText="Clear value"
16     clearable={true}
17     delimiter=","
18     disabled={false}
19     escapeClearsValue={true}
20     filterOptions={[Function]}
21     ignoreAccents={true}
22     ignoreCase={true}
23     inputProps={Object {}}
24     isLoading={false}
25     joinValues={false}
26     labelKey="label"
27     matchPos="any"
28     matchProp="any"
29     menuBuffer={0}
30     menuRenderer={[Function]}
31     multi={false}
32     noResultsText="No results found"
33     onBlurResetsInput={true}
34     onChange={[Function]}
35     onCloseResetsInput={true}
36     openAfterFocus={false}
37     optionComponent={[Function]}
38     options={
39       Array [
40         Object {
41           "label": "event.category.VERSION",
42           "value": "VERSION",
43         },
44         Object {
45           "label": "event.category.QUALITY_GATE",
46           "value": "QUALITY_GATE",
47         },
48         Object {
49           "label": "event.category.QUALITY_PROFILE",
50           "value": "QUALITY_PROFILE",
51         },
52         Object {
53           "label": "event.category.OTHER",
54           "value": "OTHER",
55         },
56       ]
57     }
58     pageSize={5}
59     placeholder="project_activity.filter_events..."
60     required={false}
61     scrollMenuIntoView={true}
62     searchable={false}
63     simpleValue={false}
64     tabSelectsValue={true}
65     value=""
66     valueComponent={[Function]}
67     valueKey="value"
68   />
69   <ProjectActivityDateInput
70     className="pull-left"
71     from={2016-10-27T10:21:15.000Z}
72     onChange={[Function]}
73   />
74 </header>
75 `;