1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly: default 1`] = `
5 <Memo(ProjectInformationRenderer)
6 canConfigureNotifications={false}
10 "breadcrumbs": Array [],
14 "qualityGate": Object {
19 "qualityProfiles": Array [
30 onComponentChange={[MockFunction]}
31 onPageChange={[Function]}
35 onPageChange={[Function]}
55 exports[`should render correctly: logged in user 1`] = `
57 <Memo(ProjectInformationRenderer)
58 canConfigureNotifications={true}
62 "breadcrumbs": Array [],
66 "qualityGate": Object {
71 "qualityProfiles": Array [
82 onComponentChange={[MockFunction]}
83 onPageChange={[Function]}
87 onPageChange={[Function]}
106 onPageChange={[Function]}
108 <withNotifications(ProjectNotifications)
111 "breadcrumbs": Array [],
115 "qualityGate": Object {
120 "qualityProfiles": Array [
136 exports[`should render correctly: measures loaded 1`] = `
138 <Memo(ProjectInformationRenderer)
139 canConfigureNotifications={false}
143 "breadcrumbs": Array [],
147 "qualityGate": Object {
152 "qualityProfiles": Array [
177 onComponentChange={[MockFunction]}
178 onPageChange={[Function]}
182 onPageChange={[Function]}
202 exports[`should render correctly: private 1`] = `
204 <Memo(ProjectInformationRenderer)
205 canConfigureNotifications={false}
209 "breadcrumbs": Array [],
213 "qualityGate": Object {
218 "qualityProfiles": Array [
227 "visibility": "private",
230 onComponentChange={[MockFunction]}
231 onPageChange={[Function]}