1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly: branch with number of days 1`] = `
13 "analysisDate": "2018-01-01",
14 "excludedFromPurge": true,
18 "type": "NUMBER_OF_DAYS",
23 className="little-spacer-right"
28 className="huge-spacer-right nowrap"
32 baseline.number_days: 21
37 className="text-right"
44 </ActionsDropdownItem>
49 </ActionsDropdownItem>
55 exports[`should render correctly: branch with previous version 1`] = `
65 "analysisDate": "2018-01-01",
66 "excludedFromPurge": true,
70 "type": "PREVIOUS_VERSION",
74 className="little-spacer-right"
79 className="huge-spacer-right nowrap"
83 baseline.previous_version
88 className="text-right"
95 </ActionsDropdownItem>
100 </ActionsDropdownItem>
106 exports[`should render correctly: branch with reference branch 1`] = `
116 "analysisDate": "2018-01-01",
117 "excludedFromPurge": true,
119 "name": "branch-6.7",
121 "type": "REFERENCE_BRANCH",
126 className="little-spacer-right"
131 className="huge-spacer-right nowrap"
135 baseline.reference_branch: master
140 className="text-right"
147 </ActionsDropdownItem>
152 </ActionsDropdownItem>
158 exports[`should render correctly: branch with specific analysis 1`] = `
168 "analysisDate": "2018-01-01",
169 "excludedFromPurge": true,
171 "name": "branch-6.7",
173 "effectiveValue": "2018-12-02T13:01:12",
174 "type": "SPECIFIC_ANALYSIS",
179 className="little-spacer-right"
184 className="huge-spacer-right nowrap"
188 baseline.specific_analysis:
190 date="2018-12-02T13:01:12"
196 className="text-right"
203 </ActionsDropdownItem>
208 </ActionsDropdownItem>
214 exports[`should render correctly: faulty branch 1`] = `
216 className="branch-setting-warning"
224 "analysisDate": "2018-01-01",
225 "excludedFromPurge": true,
227 "name": "branch-7.3",
230 className="little-spacer-right"
235 className="huge-spacer-right nowrap"
238 overlay="baseline.reference_branch.invalid_branch_setting.branch-7.3"
242 className="little-spacer-right"
244 branch_list.default_setting
249 className="text-right"
256 </ActionsDropdownItem>
262 exports[`should render correctly: main branch with default 1`] = `
272 "analysisDate": "2018-01-01",
273 "excludedFromPurge": true,
278 className="little-spacer-right"
282 className="badge spacer-left"
288 className="huge-spacer-right nowrap"
292 branch_list.default_setting
297 className="text-right"
304 </ActionsDropdownItem>