]> source.dussan.org Git - sonarqube.git/blob
49ae3943d43ce099330fe8ee12e41dd15c6695a5
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <ConfirmModal
5   confirmButtonText="save"
6   confirmDisable={true}
7   header="quality_gates.create"
8   onClose={[MockFunction]}
9   onConfirm={[Function]}
10   size="small"
11 >
12   <div
13     className="modal-field"
14   >
15     <label
16       htmlFor="quality-gate-form-name"
17     >
18       name
19       <em
20         className="mandatory"
21       >
22         *
23       </em>
24     </label>
25     <input
26       autoFocus={true}
27       id="quality-gate-form-name"
28       maxLength={100}
29       onChange={[Function]}
30       required={true}
31       size={50}
32       type="text"
33       value=""
34     />
35   </div>
36 </ConfirmModal>
37 `;