]> source.dussan.org Git - sonarqube.git/blob
e7b2a23b1da3a2d9d077b13c570986cdf5ad0b8f
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <div
5   className="bordered"
6 >
7   <AlmTab
8     alm="bitbucket"
9     branchesEnabled={true}
10     createConfiguration={[Function]}
11     defaultBinding={
12       Object {
13         "key": "",
14         "personalAccessToken": "",
15         "url": "",
16       }
17     }
18     definitionStatus={Object {}}
19     definitions={
20       Array [
21         Object {
22           "key": "key",
23           "personalAccessToken": "asdf1234",
24           "url": "http://bbs.enterprise.com",
25         },
26       ]
27     }
28     form={[Function]}
29     help={
30       <React.Fragment>
31         <h3>
32           onboarding.create_project.pat_help.title
33         </h3>
34         <p
35           className="big-spacer-top"
36         >
37           settings.almintegration.bitbucket.help_1
38         </p>
39         <ul
40           className="big-spacer-top list-styled"
41         >
42           <li>
43             settings.almintegration.bitbucket.help_2
44           </li>
45           <li>
46             settings.almintegration.bitbucket.help_3
47           </li>
48         </ul>
49         <p
50           className="big-spacer-top big-spacer-bottom"
51         >
52           <Link
53             onlyActiveOnIndex={false}
54             style={Object {}}
55             target="_blank"
56             to="/documentation/analysis/bitbucket-integration/"
57           >
58             learn_more
59           </Link>
60         </p>
61       </React.Fragment>
62     }
63     loadingAlmDefinitions={false}
64     loadingProjectCount={false}
65     multipleAlmEnabled={true}
66     onCheck={[MockFunction]}
67     onDelete={[MockFunction]}
68     onUpdateDefinitions={[MockFunction]}
69     updateConfiguration={[Function]}
70   />
71 </div>
72 `;