1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly 1`] = `
5 className="source-viewer-header-slim display-flex-row display-flex-space-between"
8 className="display-flex-center flex-1"
11 className="spacer-right"
14 className="link-with-icon"
15 href="/dashboard?id=my-project"
27 className="spacer-right"
37 className="component-name-file"
43 className="spacer-right"
46 className="button-link link-no-underline"
47 copyValue="foo/bar.ts"
52 className="flex-0 big-spacer-left"
55 onlyActiveOnIndex={false}
59 "pathname": "/project/issues",
61 "fileUuids": "foo-bar",
68 source_viewer.view_all_issues
72 className="little-spacer-right"
75 className="flex-0 big-spacer-left"
78 className="js-actions"
79 onClick={[MockFunction]}
88 exports[`should render correctly for subproject 1`] = `
90 className="source-viewer-header-slim display-flex-row display-flex-space-between"
93 className="display-flex-center flex-1"
96 className="spacer-right"
99 className="link-with-icon"
100 href="/dashboard?id=my-project"
116 className="spacer-right"
121 className="spacer-right"
131 className="component-name-file"
137 className="spacer-right"
140 className="button-link link-no-underline"
141 copyValue="foo/bar.ts"
146 className="flex-0 big-spacer-left"
149 onlyActiveOnIndex={false}
153 "pathname": "/project/issues",
155 "fileUuids": "foo-bar",
162 source_viewer.view_all_issues
166 className="little-spacer-right"
169 className="flex-0 big-spacer-left"
172 className="js-actions"
173 onClick={[MockFunction]}
175 <ExpandSnippetIcon />
182 exports[`should render correctly: no link to project 1`] = `
184 className="source-viewer-header-slim display-flex-row display-flex-space-between"
187 className="display-flex-center flex-1"
190 className="spacer-right"
201 className="spacer-right"
211 className="component-name-file"
217 className="spacer-right"
220 className="button-link link-no-underline"
221 copyValue="foo/bar.ts"
226 className="flex-0 big-spacer-left"
229 onlyActiveOnIndex={false}
233 "pathname": "/project/issues",
235 "fileUuids": "foo-bar",
242 source_viewer.view_all_issues
246 className="little-spacer-right"
249 className="flex-0 big-spacer-left"
252 className="js-actions"
253 onClick={[MockFunction]}
255 <ExpandSnippetIcon />
262 exports[`should render correctly: no project name 1`] = `
264 className="source-viewer-header-slim display-flex-row display-flex-space-between"
267 className="display-flex-center flex-1"
270 className="spacer-right"
280 className="component-name-file"
286 className="spacer-right"
289 className="button-link link-no-underline"
290 copyValue="foo/bar.ts"
295 className="flex-0 big-spacer-left"
298 onlyActiveOnIndex={false}
302 "pathname": "/project/issues",
304 "fileUuids": "foo-bar",
311 source_viewer.view_all_issues
315 className="little-spacer-right"
318 className="flex-0 big-spacer-left"
321 className="js-actions"
322 onClick={[MockFunction]}
324 <ExpandSnippetIcon />