]> source.dussan.org Git - sonarqube.git/blob
add52e476b9791097f6787c38f763cca5490a8f1
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Modal
5   contentLabel="quality_profiles.extend_x_title.name.JavaScript"
6   onRequestClose={[MockFunction]}
7   size="small"
8 >
9   <form
10     onSubmit={[Function]}
11   >
12     <div
13       className="modal-head"
14     >
15       <h2>
16         quality_profiles.extend_x_title.name.JavaScript
17       </h2>
18     </div>
19     <div
20       className="modal-body"
21     >
22       <div
23         className="modal-field"
24       >
25         <label
26           htmlFor="extend-profile-name"
27         >
28           quality_profiles.copy_new_name
29           <em
30             className="mandatory"
31           >
32             *
33           </em>
34         </label>
35         <input
36           autoFocus={true}
37           id="extend-profile-name"
38           maxLength={100}
39           name="name"
40           onChange={[Function]}
41           required={true}
42           size={50}
43           type="text"
44           value=""
45         />
46       </div>
47     </div>
48     <div
49       className="modal-foot"
50     >
51       <DeferredSpinner
52         className="spacer-right"
53         loading={false}
54       />
55       <SubmitButton
56         disabled={true}
57         id="extend-profile-submit"
58       >
59         extend
60       </SubmitButton>
61       <ResetButtonLink
62         id="extend-profile-cancel"
63         onClick={[MockFunction]}
64       >
65         cancel
66       </ResetButtonLink>
67     </div>
68   </form>
69 </Modal>
70 `;