1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly: default 1`] = `
5 className="layout-page-header-panel concise-issues-list-header"
8 className="layout-page-header-panel-inner concise-issues-list-header-inner display-flex-center display-flex-space-between"
11 leftLabel="issues.to_navigate_back"
12 metaModifierLabel="issues.to_navigate_issue_locations"
13 upAndDownLabel="issues.to_select_issues"
19 exports[`should render correctly: loading 1`] = `
21 className="layout-page-header-panel concise-issues-list-header"
24 className="layout-page-header-panel-inner concise-issues-list-header-inner display-flex-center display-flex-space-between"
27 leftLabel="issues.to_navigate_back"
28 metaModifierLabel="issues.to_navigate_issue_locations"
29 upAndDownLabel="issues.to_select_issues"
38 exports[`should render correctly: with back button 1`] = `
40 className="layout-page-header-panel concise-issues-list-header"
43 className="layout-page-header-panel-inner concise-issues-list-header-inner display-flex-center display-flex-space-between"
47 onClick={[MockFunction]}
50 leftLabel="issues.to_navigate_back"
51 metaModifierLabel="issues.to_navigate_issue_locations"
52 upAndDownLabel="issues.to_select_issues"