// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`DetailedError can hide support links 1`] = `

Error heading

Message
Retry
`; exports[`DetailedError hides footer when no "Retry" and no support links 1`] = `

Error heading

Message
`; exports[`DetailedError renders 1`] = `

Error heading

Message
Service status Contact support
`; exports[`DetailedError renders with "Retry" button 1`] = `

Error heading

Message
Retry
Service status Contact support
`;