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