1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`it should render correctly for azure: content 1`] = `
5 className="boxed-group-inner"
8 className="big-spacer-bottom"
11 defaultMessage="onboarding.tutorial.with.jenkins.webhook.intro.sentence"
12 id="onboarding.tutorial.with.jenkins.webhook.intro.sentence"
16 onClick={[MockFunction]}
18 onboarding.tutorial.with.jenkins.webhook.intro.link
25 className="list-styled"
28 onClick={[MockFunction]}
35 exports[`it should render correctly for azure: wrapper 1`] = `
38 onOpen={[MockFunction]}
40 renderForm={[Function]}
42 stepTitle="onboarding.tutorial.with.jenkins.webhook.azure.title"
46 exports[`it should render correctly for bitbucket: content 1`] = `
48 className="boxed-group-inner"
51 className="big-spacer-bottom"
54 defaultMessage="onboarding.tutorial.with.jenkins.webhook.intro.sentence"
55 id="onboarding.tutorial.with.jenkins.webhook.intro.sentence"
59 onClick={[MockFunction]}
61 onboarding.tutorial.with.jenkins.webhook.intro.link
68 className="list-styled"
74 "personalAccessToken": "asdf1234",
75 "url": "http://bbs.enterprise.com",
78 branchesEnabled={true}
84 "repository": "PROJECT_KEY",
91 onClick={[MockFunction]}
98 exports[`it should render correctly for bitbucket: wrapper 1`] = `
101 onOpen={[MockFunction]}
103 renderForm={[Function]}
105 stepTitle="onboarding.tutorial.with.jenkins.webhook.bitbucket.title"
109 exports[`it should render correctly for github: content 1`] = `
111 className="boxed-group-inner"
114 className="big-spacer-bottom"
117 defaultMessage="onboarding.tutorial.with.jenkins.webhook.intro.sentence"
118 id="onboarding.tutorial.with.jenkins.webhook.intro.sentence"
122 onClick={[MockFunction]}
124 onboarding.tutorial.with.jenkins.webhook.intro.link
131 className="list-styled"
137 "clientId": "client1",
138 "clientSecret": "**clientsecret**",
140 "privateKey": "asdf1234",
141 "url": "http://github.enterprise.com",
144 branchesEnabled={true}
150 "repository": "PROJECT_KEY",
156 onClick={[MockFunction]}
163 exports[`it should render correctly for github: wrapper 1`] = `
166 onOpen={[MockFunction]}
168 renderForm={[Function]}
170 stepTitle="onboarding.tutorial.with.jenkins.webhook.github.title"
174 exports[`it should render correctly for gitlab: content 1`] = `
176 className="boxed-group-inner"
179 className="big-spacer-bottom"
182 defaultMessage="onboarding.tutorial.with.jenkins.webhook.intro.sentence"
183 id="onboarding.tutorial.with.jenkins.webhook.intro.sentence"
187 onClick={[MockFunction]}
189 onboarding.tutorial.with.jenkins.webhook.intro.link
196 className="list-styled"
199 branchesEnabled={true}
203 onClick={[MockFunction]}
210 exports[`it should render correctly for gitlab: wrapper 1`] = `
213 onOpen={[MockFunction]}
215 renderForm={[Function]}
217 stepTitle="onboarding.tutorial.with.jenkins.webhook.gitlab.title"