]> source.dussan.org Git - sonarqube.git/blob
cece5c58e9aa9a51795fb4e5215139c3ddb4395c
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Fragment>
5   <OrganizationDetailsStep
6     finished={false}
7     onOpen={[MockFunction]}
8     open={true}
9     stepTitle="onboarding.import_organization.personal.import_org_details"
10   >
11     <div
12       className="display-flex-center big-spacer-bottom"
13     >
14       <FormattedMessage
15         defaultMessage="onboarding.import_personal_organization_x"
16         id="onboarding.import_personal_organization_x"
17         values={
18           Object {
19             "avatar": <img
20               alt="BitBucket"
21               className="little-spacer-left"
22               src="/images/sonarcloud/bitbucket.svg"
23               width={16}
24             />,
25             "name": <strong>
26               name-foo
27             </strong>,
28             "personalAvatar": <OrganizationAvatar
29               organization={
30                 Object {
31                   "key": "personalorg",
32                   "name": "Personal Org",
33                 }
34               }
35               small={true}
36             />,
37             "personalName": <strong>
38               Personal Org
39             </strong>,
40           }
41         }
42       />
43       <DeleteButton
44         className="little-spacer-left"
45         onClick={[MockFunction]}
46       />
47     </div>
48     <OrganizationDetailsForm
49       keyReadOnly={true}
50       onContinue={[Function]}
51       organization={
52         Object {
53           "key": "personalorg",
54           "name": "Personal Org",
55         }
56       }
57       submitText="continue"
58     />
59   </OrganizationDetailsStep>
60   <PlanStep
61     createOrganization={[Function]}
62     onDone={[MockFunction]}
63     onlyPaid={false}
64     open={false}
65     subscriptionPlans={
66       Array [
67         Object {
68           "maxNcloc": 100000,
69           "price": 10,
70         },
71         Object {
72           "maxNcloc": 250000,
73           "price": 75,
74         },
75       ]
76     }
77   />
78 </Fragment>
79 `;