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 <withCurrentUserContext(ProjectCreationMenu)
22 className="little-spacer-right"
24 <withCurrentUserContext(withRouter(withAppStateContext(ApplicationCreation)))
25 className="little-spacer-right"
27 <withCurrentUserContext(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"
60 onChange={[MockFunction]}
64 className="projects-topbar-item"
66 <ProjectsSortingSelect
67 defaultOption="analysis_date"
68 onChange={[MockFunction]}
78 exports[`should render correctly while loading 1`] = `
80 className="page-header"
83 className="display-flex-space-between spacer-top"
85 <SearchFilterContainer
86 onQueryChange={[MockFunction]}
94 className="display-flex-center"
96 <withCurrentUserContext(ProjectCreationMenu)
97 className="little-spacer-right"
99 <withCurrentUserContext(withRouter(withAppStateContext(ApplicationCreation)))
100 className="little-spacer-right"
102 <withCurrentUserContext(HomePageSelect)
103 className="spacer-left little-spacer-right"
113 className="big-spacer-top display-flex-space-between"
116 className="display-flex-center is-loading"
119 className="projects-total-label"
131 className="display-flex-center"
134 className="projects-topbar-item"
135 onChange={[MockFunction]}
139 className="projects-topbar-item"
141 <ProjectsSortingSelect
142 defaultOption="analysis_date"
143 onChange={[MockFunction]}
153 exports[`should render switch the default sorting option for anonymous users 1`] = `
154 <ProjectsSortingSelect
156 onChange={[MockFunction]}
162 exports[`should render switch the default sorting option for anonymous users 2`] = `
163 <ProjectsSortingSelect
164 defaultOption="analysis_date"
165 onChange={[MockFunction]}