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