1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`renders background task error correctly 1`] = `
8 defaultMessage="component_navigation.status.failed"
9 id="component_navigation.status.failed"
20 exports[`renders background task error correctly for a different branch/PR 1`] = `
25 defaultMessage="component_navigation.status.failed_branch"
26 id="component_navigation.status.failed_branch"
29 "branch": "my/branch",
37 exports[`renders background task error correctly for a different branch/PR 2`] = `
42 defaultMessage="component_navigation.status.failed_branch"
43 id="component_navigation.status.failed_branch"
46 "branch": "650 - feature/my_pr",
54 exports[`renders background task in progress info correctly 1`] = `
59 className="spinner spacer-right text-bottom"
62 defaultMessage="component_navigation.status.in_progress"
63 id="component_navigation.status.in_progress"
74 exports[`renders background task license info correctly 1`] = `
75 <ComponentNavLicenseNotif
78 "errorMessage": "Foo",
79 "errorType": "LICENSING",
86 exports[`renders background task pending info correctly 1`] = `
91 className="spacer-right"
94 defaultMessage="component_navigation.status.pending"
95 id="component_navigation.status.pending"
106 exports[`renders background task pending info correctly for admin 1`] = `
111 className="spacer-right"
114 defaultMessage="component_navigation.status.pending.admin"
115 id="component_navigation.status.pending.admin"
120 onlyActiveOnIndex={false}
124 "pathname": "/project/background_tasks",
132 background_tasks.page