]> source.dussan.org Git - sonarqube.git/blob
8b00505b13c54b4baf0767ddd7659d4cce84404b
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <ConfirmModal
5   confirmButtonText="change_verb"
6   confirmDisable={true}
7   header="change"
8   onClose={[MockFunction]}
9   onConfirm={[Function]}
10   size="small"
11 >
12   <div
13     className="modal-field"
14   >
15     <label
16       htmlFor="name"
17     >
18       name
19     </label>
20     <input
21       autoFocus={true}
22       id="name"
23       onChange={[Function]}
24       type="text"
25       value="1.0"
26     />
27   </div>
28 </ConfirmModal>
29 `;