]> source.dussan.org Git - sonarqube.git/blob
7b392e018eb0fcdd0465e89c4042bbd63af2aa50
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Fragment>
5   <AlmBindingDefinitionFormField
6     autoFocus={true}
7     help="settings.almintegration.form.name.bitbucket.help"
8     id="name.bitbucket"
9     maxLength={200}
10     onFieldChange={[MockFunction]}
11     propKey="key"
12     value="key"
13   />
14   <AlmBindingDefinitionFormField
15     help={
16       <React.Fragment>
17         settings.almintegration.form.url.bitbucket.help
18         <br />
19         <br />
20         settings.almintegration.form.url.bitbucket.pat_warning
21       </React.Fragment>
22     }
23     id="url.bitbucket"
24     maxLength={2000}
25     onFieldChange={[MockFunction]}
26     propKey="url"
27     value="http://bbs.enterprise.com"
28   />
29   <AlmBindingDefinitionFormField
30     help={
31       <FormattedMessage
32         defaultMessage="settings.almintegration.form.personal_access_token.bitbucket.help"
33         id="settings.almintegration.form.personal_access_token.bitbucket.help"
34         values={
35           {
36             "doc_link": <withAppStateContext(DocLink)
37               to="/devops-platform-integration/bitbucket-integration/bitbucket-server-integration/"
38             >
39               learn_more
40             </withAppStateContext(DocLink)>,
41             "pat": <ForwardRef(Link)
42               target="_blank"
43               to="https://confluence.atlassian.com/bitbucketserver0515/personal-access-tokens-961275199.html"
44             >
45               settings.almintegration.form.personal_access_token.bitbucket.help.url
46             </ForwardRef(Link)>,
47             "permission": <strong>
48               Read
49             </strong>,
50           }
51         }
52       />
53     }
54     id="personal_access_token"
55     isSecret={true}
56     isTextArea={true}
57     maxLength={2000}
58     onFieldChange={[MockFunction]}
59     overwriteOnly={true}
60     propKey="personalAccessToken"
61     value="asdf1234"
62   />
63 </Fragment>
64 `;