1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly: bbc 1`] = `
6 className="display-flex-column"
9 settings.almintegration.form.choose_bitbucket_variant
12 className="little-spacer-top big-spacer-bottom"
15 onCheck={[MockFunction]}
19 "label": "Bitbucket Server",
23 "label": "Bitbucket Cloud",
24 "value": "bitbucketcloud",
28 value="bitbucketcloud"
32 className="display-flex-start"
40 "clientId": "client1",
41 "clientSecret": "**clientsecret**",
43 "workspace": "workspace",
46 onFieldChange={[MockFunction]}
50 className="huge-spacer-left flex-1"
54 defaultMessage="settings.almintegration.bitbucketcloud.info"
55 id="settings.almintegration.bitbucketcloud.info"
59 onlyActiveOnIndex={false}
62 to="/documentation/analysis/bitbucket-cloud-integration/"
74 exports[`should render correctly: bbs 1`] = `
77 className="display-flex-column"
80 settings.almintegration.form.choose_bitbucket_variant
83 className="little-spacer-top big-spacer-bottom"
86 onCheck={[MockFunction]}
90 "label": "Bitbucket Server",
94 "label": "Bitbucket Cloud",
95 "value": "bitbucketcloud",
103 className="display-flex-start"
112 "personalAccessToken": "asdf1234",
113 "url": "http://bbs.enterprise.com",
116 onFieldChange={[MockFunction]}
120 className="huge-spacer-left flex-1"
124 onboarding.create_project.pat_help.title
127 className="big-spacer-top"
129 settings.almintegration.bitbucket.help_1
132 className="big-spacer-top list-styled"
135 settings.almintegration.bitbucket.help_2
138 settings.almintegration.bitbucket.help_3
142 className="big-spacer-top big-spacer-bottom"
145 onlyActiveOnIndex={false}
148 to="/documentation/analysis/bitbucket-integration/"
158 exports[`should render correctly: update bbc 1`] = `
161 className="display-flex-start"
169 "clientId": "client1",
170 "clientSecret": "**clientsecret**",
172 "workspace": "workspace",
175 onFieldChange={[MockFunction]}
179 className="huge-spacer-left flex-1"
183 defaultMessage="settings.almintegration.bitbucketcloud.info"
184 id="settings.almintegration.bitbucketcloud.info"
188 onlyActiveOnIndex={false}
191 to="/documentation/analysis/bitbucket-cloud-integration/"
203 exports[`should render correctly: update bbs 1`] = `
206 className="display-flex-start"
215 "personalAccessToken": "asdf1234",
216 "url": "http://bbs.enterprise.com",
219 onFieldChange={[MockFunction]}
223 className="huge-spacer-left flex-1"
227 onboarding.create_project.pat_help.title
230 className="big-spacer-top"
232 settings.almintegration.bitbucket.help_1
235 className="big-spacer-top list-styled"
238 settings.almintegration.bitbucket.help_2
241 settings.almintegration.bitbucket.help_3
245 className="big-spacer-top big-spacer-bottom"
248 onlyActiveOnIndex={false}
251 to="/documentation/analysis/bitbucket-integration/"