1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly for type="Completed" & isSystemAdmin=false 1`] = `
5 className="indexation-notification-wrapper"
8 className="indexation-notification-banner"
13 className="display-flex-center"
16 className="spacer-right"
25 exports[`should render correctly for type="Completed" & isSystemAdmin=true 1`] = `
27 className="indexation-notification-wrapper"
30 className="indexation-notification-banner"
35 className="display-flex-center"
38 className="spacer-right"
47 exports[`should render correctly for type="CompletedWithFailure" & isSystemAdmin=false 1`] = `
49 className="indexation-notification-wrapper"
52 className="indexation-notification-banner"
57 className="display-flex-center"
60 className="spacer-right"
63 defaultMessage="indexation.completed_with_error"
64 id="indexation.completed_with_error"
67 "link": "indexation.completed_with_error.link",
77 exports[`should render correctly for type="CompletedWithFailure" & isSystemAdmin=true 1`] = `
79 className="indexation-notification-wrapper"
82 className="indexation-notification-banner"
87 className="display-flex-center"
90 className="spacer-right"
93 defaultMessage="indexation.completed_with_error"
94 id="indexation.completed_with_error"
100 "pathname": "/admin/background_tasks",
101 "search": "?taskType=ISSUE_SYNC&status=FAILED",
105 indexation.completed_with_error.link
116 exports[`should render correctly for type="InProgress" & isSystemAdmin=false 1`] = `
118 className="indexation-notification-wrapper"
121 className="indexation-notification-banner"
126 className="display-flex-center"
129 className="spacer-right"
131 indexation.in_progress
134 className="spinner spacer-right"
137 className="spacer-right"
139 indexation.progression.25
146 exports[`should render correctly for type="InProgress" & isSystemAdmin=true 1`] = `
148 className="indexation-notification-wrapper"
151 className="indexation-notification-banner"
156 className="display-flex-center"
159 className="spacer-right"
161 indexation.in_progress
164 className="spinner spacer-right"
167 className="spacer-right"
169 indexation.progression.25
172 className="spacer-right"
175 defaultMessage="indexation.admin_link"
176 id="indexation.admin_link"
182 "pathname": "/admin/background_tasks",
183 "search": "?taskType=ISSUE_SYNC",
187 background_tasks.page
198 exports[`should render correctly for type="InProgressWithFailure" & isSystemAdmin=false 1`] = `
200 className="indexation-notification-wrapper"
203 className="indexation-notification-banner"
208 className="display-flex-center"
211 className="spacer-right"
213 indexation.in_progress
216 className="spinner spacer-right"
219 className="spacer-right"
222 defaultMessage="indexation.progression_with_error.25"
223 id="indexation.progression_with_error"
226 "link": "indexation.progression_with_error.link",
236 exports[`should render correctly for type="InProgressWithFailure" & isSystemAdmin=true 1`] = `
238 className="indexation-notification-wrapper"
241 className="indexation-notification-banner"
246 className="display-flex-center"
249 className="spacer-right"
251 indexation.in_progress
254 className="spinner spacer-right"
257 className="spacer-right"
260 defaultMessage="indexation.progression_with_error.25"
261 id="indexation.progression_with_error"
267 "pathname": "/admin/background_tasks",
268 "search": "?taskType=ISSUE_SYNC&status=FAILED",
272 indexation.progression_with_error.link