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))
28 loadingBindings={true}
29 onSelectMode={[Function]}
35 exports[`should render correctly if the Azure method is selected 1`] = `
39 encodeSpecialCharacters={true}
40 title="my_account.create_new.TRK"
44 anchor="create_project_main"
47 className="page page-limited huge-spacer-bottom position-relative"
52 loadingBindings={true}
66 onProjectCreate={[Function]}
69 "createHref": [MockFunction],
70 "createPath": [MockFunction],
72 "goBack": [MockFunction],
73 "goForward": [MockFunction],
74 "isActive": [MockFunction],
75 "push": [MockFunction],
76 "replace": [MockFunction],
77 "setRouteLeaveHook": [MockFunction],
86 exports[`should render correctly if the BBS method is selected 1`] = `
90 encodeSpecialCharacters={true}
91 title="my_account.create_new.TRK"
95 anchor="create_project_main"
98 className="page page-limited huge-spacer-bottom position-relative"
101 <BitbucketProjectCreate
102 bitbucketSettings={Array []}
104 loadingBindings={true}
118 onProjectCreate={[Function]}
121 "createHref": [MockFunction],
122 "createPath": [MockFunction],
123 "go": [MockFunction],
124 "goBack": [MockFunction],
125 "goForward": [MockFunction],
126 "isActive": [MockFunction],
127 "push": [MockFunction],
128 "replace": [MockFunction],
129 "setRouteLeaveHook": [MockFunction],
137 exports[`should render correctly if the GitHub method is selected 1`] = `
141 encodeSpecialCharacters={true}
142 title="my_account.create_new.TRK"
146 anchor="create_project_main"
149 className="page page-limited huge-spacer-bottom position-relative"
154 loadingBindings={true}
168 onProjectCreate={[Function]}
171 "createHref": [MockFunction],
172 "createPath": [MockFunction],
173 "go": [MockFunction],
174 "goBack": [MockFunction],
175 "goForward": [MockFunction],
176 "isActive": [MockFunction],
177 "push": [MockFunction],
178 "replace": [MockFunction],
179 "setRouteLeaveHook": [MockFunction],
188 exports[`should render correctly if the GitLab method is selected 1`] = `
192 encodeSpecialCharacters={true}
193 title="my_account.create_new.TRK"
197 anchor="create_project_main"
200 className="page page-limited huge-spacer-bottom position-relative"
205 loadingBindings={true}
219 onProjectCreate={[Function]}
222 "createHref": [MockFunction],
223 "createPath": [MockFunction],
224 "go": [MockFunction],
225 "goBack": [MockFunction],
226 "goForward": [MockFunction],
227 "isActive": [MockFunction],
228 "push": [MockFunction],
229 "replace": [MockFunction],
230 "setRouteLeaveHook": [MockFunction],
239 exports[`should render correctly if the manual method is selected 1`] = `
243 encodeSpecialCharacters={true}
244 title="my_account.create_new.TRK"
248 anchor="create_project_main"
251 className="page page-limited huge-spacer-bottom position-relative"
255 onProjectCreate={[Function]}