]> source.dussan.org Git - sonarqube.git/blob
da7e47c348f2759e935bc1a1fba6117fe7ebc2d4
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly: default 1`] = `
4 [
5   <div
6     className="modal-head"
7   >
8     <h2>
9       project_quality_profile.add_language_modal.title
10     </h2>
11   </div>,
12   <form
13     onSubmit={[Function]}
14   >
15     <div
16       className="modal-body"
17     >
18       <div
19         className="big-spacer-bottom"
20       >
21         <div
22           className="little-spacer-bottom"
23         >
24           <label
25             className="text-bold"
26             htmlFor="language"
27           >
28             project_quality_profile.add_language_modal.choose_language
29           </label>
30         </div>
31         <Select
32           className="abs-width-300"
33           id="language"
34           isDisabled={false}
35           onChange={[Function]}
36           options={
37             [
38               {
39                 "label": "CSS",
40                 "value": "css",
41               },
42               {
43                 "label": "TS",
44                 "value": "ts",
45               },
46             ]
47           }
48         />
49       </div>
50       <div
51         className="big-spacer-bottom"
52       >
53         <div
54           className="little-spacer-bottom"
55         >
56           <label
57             className="text-bold"
58             htmlFor="profiles"
59           >
60             project_quality_profile.add_language_modal.choose_profile
61           </label>
62         </div>
63         <Select
64           className="abs-width-300"
65           components={
66             {
67               "Option": [Function],
68             }
69           }
70           id="profiles"
71           isDisabled={true}
72           onChange={[Function]}
73           options={[]}
74           value={null}
75         />
76       </div>
77     </div>
78     <div
79       className="modal-foot"
80     >
81       <SubmitButton
82         disabled={true}
83       >
84         save
85       </SubmitButton>
86       <ButtonLink
87         disabled={false}
88         onClick={[Function]}
89       >
90         cancel
91       </ButtonLink>
92     </div>
93   </form>,
94 ]
95 `;