]> source.dussan.org Git - sonarqube.git/blob
718829ab486e741fe863d5aa76380269d8e6ab3a
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Fragment>
5    
6   <AlmBindingDefinitionFormField
7     autoFocus={true}
8     help="settings.almintegration.form.name.bitbucket.help"
9     id="name.bitbucket"
10     maxLength={100}
11     onFieldChange={[MockFunction]}
12     propKey="key"
13     value="key"
14   />
15   <AlmBindingDefinitionFormField
16     help={
17       <FormattedMessage
18         defaultMessage="settings.almintegration.form.url.bitbucket.help"
19         id="settings.almintegration.form.url.bitbucket.help"
20         values={
21           Object {
22             "example": "https://bitbucket-server.your-company.com",
23           }
24         }
25       />
26     }
27     id="url.bitbucket"
28     maxLength={2000}
29     onFieldChange={[MockFunction]}
30     propKey="url"
31     value="http://bbs.enterprise.com"
32   />
33   <AlmBindingDefinitionFormField
34     help={
35       <FormattedMessage
36         defaultMessage="settings.almintegration.form.personal_access_token.bitbucket.help"
37         id="settings.almintegration.form.personal_access_token.bitbucket.help"
38         values={
39           Object {
40             "pat": <a
41               href="https://confluence.atlassian.com/bitbucketserver0515/personal-access-tokens-961275199.html"
42               rel="noopener noreferrer"
43               target="_blank"
44             >
45               settings.almintegration.form.personal_access_token.bitbucket.help.url
46             </a>,
47           }
48         }
49       />
50     }
51     id="personal_access_token"
52     isTextArea={true}
53     onFieldChange={[MockFunction]}
54     overwriteOnly={true}
55     propKey="personalAccessToken"
56     value="asdf1234"
57   />
58 </Fragment>
59 `;