1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly for type="Completed" & isSystemAdmin=false 1`] = `
5 className="indexation-notification-wrapper"
9 className="indexation-notification-banner"
14 className="display-flex-center"
17 className="spacer-right"
26 exports[`should render correctly for type="Completed" & isSystemAdmin=true 1`] = `
28 className="indexation-notification-wrapper"
32 className="indexation-notification-banner"
37 className="display-flex-center"
40 className="spacer-right"
49 exports[`should render correctly for type="CompletedWithFailure" & isSystemAdmin=false 1`] = `
51 className="indexation-notification-wrapper"
55 className="indexation-notification-banner"
60 className="display-flex-center"
63 className="spacer-right"
66 defaultMessage="indexation.completed_with_error"
67 id="indexation.completed_with_error"
70 "link": "indexation.completed_with_error.link",
80 exports[`should render correctly for type="CompletedWithFailure" & isSystemAdmin=true 1`] = `
82 className="indexation-notification-wrapper"
86 className="indexation-notification-banner"
91 className="display-flex-center"
94 className="spacer-right"
97 defaultMessage="indexation.completed_with_error"
98 id="indexation.completed_with_error"
101 "link": <ForwardRef(Link)
104 "pathname": "/admin/background_tasks",
105 "search": "?taskType=ISSUE_SYNC&status=FAILED",
109 indexation.completed_with_error.link
120 exports[`should render correctly for type="InProgress" & isSystemAdmin=false 1`] = `
122 className="indexation-notification-wrapper"
125 aria-live="assertive"
126 className="indexation-notification-banner"
131 className="display-flex-center"
134 className="spacer-right"
136 indexation.in_progress indexation.projects_unavailable
139 className="spinner spacer-right"
142 className="spacer-right"
144 indexation.progression.25
151 exports[`should render correctly for type="InProgress" & isSystemAdmin=true 1`] = `
153 className="indexation-notification-wrapper"
156 aria-live="assertive"
157 className="indexation-notification-banner"
162 className="display-flex-center"
165 className="spacer-right"
167 indexation.in_progress indexation.projects_unavailable
170 className="spinner spacer-right"
173 className="spacer-right"
175 indexation.progression.25
178 className="spacer-right"
181 defaultMessage="indexation.admin_link"
182 id="indexation.admin_link"
185 "link": <ForwardRef(Link)
188 "pathname": "/admin/background_tasks",
189 "search": "?taskType=ISSUE_SYNC",
193 background_tasks.page
204 exports[`should render correctly for type="InProgressWithFailure" & isSystemAdmin=false 1`] = `
206 className="indexation-notification-wrapper"
209 aria-live="assertive"
210 className="indexation-notification-banner"
215 className="display-flex-center"
218 className="spacer-right"
220 indexation.in_progress indexation.projects_unavailable
223 className="spinner spacer-right"
226 className="spacer-right"
229 defaultMessage="indexation.progression_with_error.25"
230 id="indexation.progression_with_error"
233 "link": "indexation.progression_with_error.link",
243 exports[`should render correctly for type="InProgressWithFailure" & isSystemAdmin=true 1`] = `
245 className="indexation-notification-wrapper"
248 aria-live="assertive"
249 className="indexation-notification-banner"
254 className="display-flex-center"
257 className="spacer-right"
259 indexation.in_progress indexation.projects_unavailable
262 className="spinner spacer-right"
265 className="spacer-right"
268 defaultMessage="indexation.progression_with_error.25"
269 id="indexation.progression_with_error"
272 "link": <ForwardRef(Link)
275 "pathname": "/admin/background_tasks",
276 "search": "?taskType=ISSUE_SYNC&status=FAILED",
280 indexation.progression_with_error.link