1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`renderOption should render correctly: branch 1`] = `
11 exports[`renderOption should render correctly: branch doesn't exist 1`] = `
13 overlay="baseline.reference_branch.does_not_exist.branch-nope"
23 exports[`renderOption should render correctly: disabled 1`] = `
26 title="baseline.reference_branch.cannot_be_itself"
33 exports[`renderOption should render correctly: main 1`] = `
39 className="badge spacer-left"
46 exports[`should render correctly: Branch level - no other branches 1`] = `
50 title="baseline.reference_branch"
53 baseline.reference_branch.description
56 className="big-spacer-top display-flex-column"
59 className="text-middle"
60 htmlFor="reference_branch"
63 baseline.reference_branch.choose
73 className="little-spacer-top spacer-bottom"
82 minimumQueryLength={1}
85 renderOption={[Function]}
97 exports[`should render correctly: Branch level 1`] = `
101 title="baseline.reference_branch"
104 baseline.reference_branch.description
107 className="big-spacer-top display-flex-column"
110 className="text-middle"
111 htmlFor="reference_branch"
114 baseline.reference_branch.choose
117 className="mandatory"
124 className="little-spacer-top spacer-bottom"
133 "value": "branch-7.9",
137 minimumQueryLength={1}
138 onSearch={[Function]}
139 onSelect={[Function]}
140 renderOption={[Function]}
152 exports[`should render correctly: Project level 1`] = `
156 title="baseline.reference_branch"
159 baseline.reference_branch.description
162 className="spacer-top"
164 baseline.reference_branch.description2
167 className="big-spacer-top display-flex-column"
170 className="text-middle"
171 htmlFor="reference_branch"
174 baseline.reference_branch.choose
177 className="mandatory"
184 className="little-spacer-top spacer-bottom"
193 "value": "branch-7.9",
197 minimumQueryLength={1}
198 onSearch={[Function]}
199 onSelect={[Function]}
200 renderOption={[Function]}