]> source.dussan.org Git - sonarqube.git/blob
7f2483a621e4adc569844d07cd3107eb6b61f65c
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <div
5   className="form-field spacer-bottom"
6 >
7   <label
8     htmlFor="select-organization"
9   >
10     <span
11       className="text-middle"
12     >
13       <strong>
14         onboarding.create_project.organization
15       </strong>
16       <em
17         className="mandatory"
18       >
19         *
20       </em>
21     </span>
22   </label>
23   <OrganizationSelect
24     hideIcons={true}
25     onChange={[MockFunction]}
26     organization="bar"
27     organizations={
28       Array [
29         Object {
30           "key": "foo",
31           "name": "Foo",
32         },
33         Object {
34           "alm": Object {
35             "key": "github",
36             "membersSync": false,
37             "personal": false,
38             "url": "https://github.com/foo",
39           },
40           "key": "bar",
41           "name": "Bar",
42         },
43       ]
44     }
45   />
46   <a
47     className="big-spacer-left js-new-org"
48     href="#"
49     onClick={[Function]}
50   >
51     onboarding.create_project.create_new_org
52   </a>
53 </div>
54 `;