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 <Connect(withAppState(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]}
90 "createHref": [MockFunction],
91 "createPath": [MockFunction],
93 "goBack": [MockFunction],
94 "goForward": [MockFunction],
95 "isActive": [MockFunction],
96 "push": [MockFunction],
97 "replace": [MockFunction],
98 "setRouteLeaveHook": [MockFunction],
107 exports[`should render correctly if the BBS method is selected 1`] = `
111 encodeSpecialCharacters={true}
112 title="my_account.create_new.TRK"
116 anchor="create_project_main"
119 className="page page-limited huge-spacer-bottom position-relative"
122 <BitbucketProjectCreate
123 bitbucketSettings={Array []}
125 loadingBindings={true}
139 onProjectCreate={[Function]}
145 exports[`should render correctly if the GitHub method is selected 1`] = `
149 encodeSpecialCharacters={true}
150 title="my_account.create_new.TRK"
154 anchor="create_project_main"
157 className="page page-limited huge-spacer-bottom position-relative"
162 loadingBindings={true}
176 onProjectCreate={[Function]}
179 "createHref": [MockFunction],
180 "createPath": [MockFunction],
181 "go": [MockFunction],
182 "goBack": [MockFunction],
183 "goForward": [MockFunction],
184 "isActive": [MockFunction],
185 "push": [MockFunction],
186 "replace": [MockFunction],
187 "setRouteLeaveHook": [MockFunction],
196 exports[`should render correctly if the GitLab method is selected 1`] = `
200 encodeSpecialCharacters={true}
201 title="my_account.create_new.TRK"
205 anchor="create_project_main"
208 className="page page-limited huge-spacer-bottom position-relative"
213 loadingBindings={true}
227 onProjectCreate={[Function]}
230 "createHref": [MockFunction],
231 "createPath": [MockFunction],
232 "go": [MockFunction],
233 "goBack": [MockFunction],
234 "goForward": [MockFunction],
235 "isActive": [MockFunction],
236 "push": [MockFunction],
237 "replace": [MockFunction],
238 "setRouteLeaveHook": [MockFunction],
247 exports[`should render correctly if the manual method is selected 1`] = `
251 encodeSpecialCharacters={true}
252 title="my_account.create_new.TRK"
256 anchor="create_project_main"
259 className="page page-limited huge-spacer-bottom position-relative"
263 onProjectCreate={[Function]}