1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly 1`] = `
5 className="page-header"
8 className="display-flex-space-between spacer-top"
10 <SearchFilterContainer
11 onQueryChange={[MockFunction]}
19 className="display-flex-center"
21 <Connect(withAppState(Connect(withCurrentUser(ProjectCreationMenu))))
22 className="little-spacer-right"
24 <Connect(withAppState(Connect(withCurrentUser(withRouter(ApplicationCreation)))))
25 className="little-spacer-right"
27 <Connect(HomePageSelect)
28 className="spacer-left little-spacer-right"
38 className="big-spacer-top display-flex-space-between"
41 className="display-flex-center"
44 className="projects-total-label"
56 className="display-flex-center"
59 className="projects-topbar-item js-projects-perspective-select"
60 onChange={[MockFunction]}
65 className="projects-topbar-item"
67 <ProjectsSortingSelect
68 className="js-projects-sorting-select"
69 defaultOption="analysis_date"
70 onChange={[MockFunction]}
81 exports[`should render correctly while loading 1`] = `
83 className="page-header"
86 className="display-flex-space-between spacer-top"
88 <SearchFilterContainer
89 onQueryChange={[MockFunction]}
97 className="display-flex-center"
99 <Connect(withAppState(Connect(withCurrentUser(ProjectCreationMenu))))
100 className="little-spacer-right"
102 <Connect(withAppState(Connect(withCurrentUser(withRouter(ApplicationCreation)))))
103 className="little-spacer-right"
105 <Connect(HomePageSelect)
106 className="spacer-left little-spacer-right"
116 className="big-spacer-top display-flex-space-between"
119 className="display-flex-center is-loading"
122 className="projects-total-label"
134 className="display-flex-center"
137 className="projects-topbar-item js-projects-perspective-select"
138 onChange={[MockFunction]}
143 className="projects-topbar-item"
145 <ProjectsSortingSelect
146 className="js-projects-sorting-select"
147 defaultOption="analysis_date"
148 onChange={[MockFunction]}
159 exports[`should render disabled sorting options for visualizations 1`] = `
161 className="page-header"
164 className="display-flex-space-between spacer-top"
166 <SearchFilterContainer
167 onQueryChange={[MockFunction]}
175 className="display-flex-center"
177 <Connect(withAppState(Connect(withCurrentUser(ProjectCreationMenu))))
178 className="little-spacer-right"
180 <Connect(withAppState(Connect(withCurrentUser(withRouter(ApplicationCreation)))))
181 className="little-spacer-right"
183 <Connect(HomePageSelect)
184 className="spacer-left little-spacer-right"
194 className="big-spacer-top display-flex-space-between"
197 className="display-flex-center"
200 className="display-flex-center"
203 className="projects-topbar-item js-projects-perspective-select"
204 onChange={[MockFunction]}
205 view="visualizations"
206 visualization="coverage"
209 overlay="projects.sort.disabled"
212 className="projects-topbar-item disabled"
214 <ProjectsSortingSelect
215 className="js-projects-sorting-select"
216 defaultOption="analysis_date"
217 onChange={[MockFunction]}
219 view="visualizations"
228 exports[`should render switch the default sorting option for anonymous users 1`] = `
229 <ProjectsSortingSelect
230 className="js-projects-sorting-select"
232 onChange={[MockFunction]}
238 exports[`should render switch the default sorting option for anonymous users 2`] = `
239 <ProjectsSortingSelect
240 className="js-projects-sorting-select"
241 defaultOption="analysis_date"
242 onChange={[MockFunction]}