]> source.dussan.org Git - sonarqube.git/blob
b1487a7738b09b751b5c4cda04e746be9f153658
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <div
5   className="boxed-group"
6 >
7   <div
8     className="boxed-group-inner"
9   >
10     <div
11       className="display-flex-center big-spacer-bottom"
12     >
13       <FormattedMessage
14         defaultMessage="onboarding.import_personal_organization_x"
15         id="onboarding.import_personal_organization_x"
16         values={
17           Object {
18             "avatar": <img
19               alt="BitBucket"
20               className="little-spacer-left"
21               src="/images/sonarcloud/bitbucket.svg"
22               width={16}
23             />,
24             "name": <strong>
25               name-foo
26             </strong>,
27             "personalAvatar": <OrganizationAvatar
28               organization={
29                 Object {
30                   "key": "personalorg",
31                   "name": "Personal Org",
32                 }
33               }
34               small={true}
35             />,
36             "personalName": <strong>
37               Personal Org
38             </strong>,
39           }
40         }
41       />
42       <DeleteButton
43         className="little-spacer-left"
44         onClick={[Function]}
45       />
46     </div>
47     <OrganizationDetailsForm
48       keyReadOnly={true}
49       onContinue={[Function]}
50       organization={
51         Object {
52           "key": "personalorg",
53           "name": "Personal Org",
54         }
55       }
56       submitText="onboarding.import_organization.bind"
57     />
58   </div>
59 </div>
60 `;