1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`CurrentBranchLikeRenderer should render correctly for application when there are many branchlikes 1`] = `
5 className="display-flex-center flex-shrink text-ellipsis"
10 "analysisDate": "2018-01-01",
11 "excludedFromPurge": true,
18 className="spacer-left spacer-right flex-shrink text-ellipsis js-branch-like-name"
27 exports[`CurrentBranchLikeRenderer should render correctly for application when there is only one branch and the user CAN'T admin the application 1`] = `
29 className="display-flex-center flex-shrink text-ellipsis"
34 "analysisDate": "2018-01-01",
35 "excludedFromPurge": true,
42 className="spacer-left spacer-right flex-shrink text-ellipsis js-branch-like-name"
50 exports[`CurrentBranchLikeRenderer should render correctly for application when there is only one branch and the user can admin the application 1`] = `
52 className="display-flex-center flex-shrink text-ellipsis"
57 "analysisDate": "2018-01-01",
58 "excludedFromPurge": true,
65 className="spacer-left spacer-right flex-shrink text-ellipsis js-branch-like-name"
74 application.branches.help
77 className="spacer-top spacer-bottom"
80 onlyActiveOnIndex={false}
84 "pathname": "/application/console",
91 application.branches.link
104 exports[`CurrentBranchLikeRenderer should render correctly for project when branches support is disabled 1`] = `
106 className="display-flex-center flex-shrink text-ellipsis"
111 "analysisDate": "2018-01-01",
112 "excludedFromPurge": true,
119 className="spacer-left spacer-right flex-shrink text-ellipsis js-branch-like-name"
124 <DocumentationTooltip
125 content="branch_like_navigation.no_branch_support.content"
126 data-test="branches-support-disabled"
130 "href": "https://redirect.sonarsource.com/editions/developer.html",
131 "label": "learn_more",
135 title="branch_like_navigation.no_branch_support.title"
141 </DocumentationTooltip>
145 exports[`CurrentBranchLikeRenderer should render correctly for project when there are many branchlikes 1`] = `
147 className="display-flex-center flex-shrink text-ellipsis"
152 "analysisDate": "2018-01-01",
153 "excludedFromPurge": true,
160 className="spacer-left spacer-right flex-shrink text-ellipsis js-branch-like-name"
169 exports[`CurrentBranchLikeRenderer should render correctly for project when there is only one branchlike 1`] = `
171 className="display-flex-center flex-shrink text-ellipsis"
176 "analysisDate": "2018-01-01",
177 "excludedFromPurge": true,
184 className="spacer-left spacer-right flex-shrink text-ellipsis js-branch-like-name"
189 <DocumentationTooltip
190 content="branch_like_navigation.only_one_branch.content"
191 data-test="only-one-branch-like"
195 "href": "/documentation/branches/overview/",
196 "label": "branch_like_navigation.only_one_branch.documentation",
199 "href": "/documentation/analysis/pull-request/",
200 "label": "branch_like_navigation.only_one_branch.pr_analysis",
203 "href": "/tutorials?id=my-project",
205 "label": "branch_like_navigation.tutorial_for_ci",
209 title="branch_like_navigation.only_one_branch.title"
215 </DocumentationTooltip>