]> source.dussan.org Git - sonarqube.git/blob
5ba1d10e4ad05f0b9df739add96dd02638f61c7c
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render modal correctly 1`] = `
4 <ValidationModal
5   confirmButtonText="delete"
6   header="my_profile.delete_account.modal.header.label.luke"
7   initialValues={
8     Object {
9       "login": "",
10     }
11   }
12   isDestructive={true}
13   onClose={[MockFunction]}
14   onSubmit={[Function]}
15   validate={[Function]}
16 >
17   <Component />
18 </ValidationModal>
19 `;