1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly 1`] = `
7 encodeSpecialCharacters={true}
8 title="my_account.create_new.TRK"
12 anchor="create_project_main"
15 className="page page-limited huge-spacer-bottom position-relative"
18 <CreateProjectModeSelection
27 loadingBindings={true}
28 onSelectMode={[Function]}
34 exports[`should render correctly if no branch support 1`] = `
38 encodeSpecialCharacters={true}
39 title="my_account.create_new.TRK"
43 anchor="create_project_main"
46 className="page page-limited huge-spacer-bottom position-relative"
50 onProjectCreate={[Function]}
56 exports[`should render correctly if the Azure method is selected 1`] = `
60 encodeSpecialCharacters={true}
61 title="my_account.create_new.TRK"
65 anchor="create_project_main"
68 className="page page-limited huge-spacer-bottom position-relative"
73 loadingBindings={true}
87 onProjectCreate={[Function]}
94 exports[`should render correctly if the BBS method is selected 1`] = `
98 encodeSpecialCharacters={true}
99 title="my_account.create_new.TRK"
103 anchor="create_project_main"
106 className="page page-limited huge-spacer-bottom position-relative"
109 <BitbucketProjectCreate
110 bitbucketSettings={Array []}
112 loadingBindings={true}
126 onProjectCreate={[Function]}
132 exports[`should render correctly if the GitHub method is selected 1`] = `
136 encodeSpecialCharacters={true}
137 title="my_account.create_new.TRK"
141 anchor="create_project_main"
144 className="page page-limited huge-spacer-bottom position-relative"
149 loadingBindings={true}
163 onProjectCreate={[Function]}
166 "createHref": [MockFunction],
167 "createPath": [MockFunction],
168 "go": [MockFunction],
169 "goBack": [MockFunction],
170 "goForward": [MockFunction],
171 "isActive": [MockFunction],
172 "push": [MockFunction],
173 "replace": [MockFunction],
174 "setRouteLeaveHook": [MockFunction],
183 exports[`should render correctly if the GitLab method is selected 1`] = `
187 encodeSpecialCharacters={true}
188 title="my_account.create_new.TRK"
192 anchor="create_project_main"
195 className="page page-limited huge-spacer-bottom position-relative"
200 loadingBindings={true}
214 onProjectCreate={[Function]}
217 "createHref": [MockFunction],
218 "createPath": [MockFunction],
219 "go": [MockFunction],
220 "goBack": [MockFunction],
221 "goForward": [MockFunction],
222 "isActive": [MockFunction],
223 "push": [MockFunction],
224 "replace": [MockFunction],
225 "setRouteLeaveHook": [MockFunction],
234 exports[`should render correctly if the manual method is selected 1`] = `
238 encodeSpecialCharacters={true}
239 title="my_account.create_new.TRK"
243 anchor="create_project_main"
246 className="page page-limited huge-spacer-bottom position-relative"
250 onProjectCreate={[Function]}