1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly for build tool gradle 1`] = `
5 className="boxed-group-inner"
8 className="list-styled"
16 optionLabelKey="onboarding.build"
27 className="abs-width-600"
30 defaultMessage="onboarding.tutorial.with.gitlab_ci.project_key.gradle.step2"
31 id="onboarding.tutorial.with.gitlab_ci.project_key.gradle.step2"
34 "file": <React.Fragment>
41 className="little-spacer-left"
42 copyValue="build.gradle"
50 id \\"org.sonarqube\\" version \\"3.0\\"
55 property \\"sonar.projectKey\\", \\"my-project\\"
56 property \\"sonar.qualitygate.wait\\", true
63 onClick={[MockFunction]}
70 exports[`should render correctly for build tool maven 1`] = `
72 className="boxed-group-inner"
75 className="list-styled"
83 optionLabelKey="onboarding.build"
94 className="abs-width-600"
97 defaultMessage="onboarding.tutorial.with.gitlab_ci.project_key.maven.step2"
98 id="onboarding.tutorial.with.gitlab_ci.project_key.maven.step2"
101 "file": <React.Fragment>
108 className="little-spacer-left"
116 snippet="<properties>
117 <sonar.projectKey>my-project</sonar.projectKey>
118 <sonar.qualitygate.wait>true</sonar.qualitygate.wait>
124 onClick={[MockFunction]}
131 exports[`should render correctly for build tool other 1`] = `
133 className="boxed-group-inner"
136 className="list-styled"
144 optionLabelKey="onboarding.build"
155 className="abs-width-600"
158 defaultMessage="onboarding.tutorial.with.gitlab_ci.project_key.other.step2"
159 id="onboarding.tutorial.with.gitlab_ci.project_key.other.step2"
162 "file": <React.Fragment>
166 sonar-project.properties
169 className="little-spacer-left"
170 copyValue="sonar-project.properties"
177 snippet="sonar.projectKey=my-project
178 sonar.qualitygate.wait=true
184 onClick={[MockFunction]}
191 exports[`should render correctly: Step wrapper 1`] = `
194 onOpen={[MockFunction]}
196 renderForm={[Function]}
198 stepTitle="onboarding.tutorial.with.gitlab_ci.project_key.title"
202 exports[`should render correctly: initial content 1`] = `
204 className="boxed-group-inner"
207 className="list-styled"
214 optionLabelKey="onboarding.build"