1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly: is default 1`] = `
5 className="layout-page-main-inner"
7 <Connect(withAppState(Conditions))
10 onAddCondition={[MockFunction]}
11 onRemoveCondition={[MockFunction]}
12 onSaveCondition={[MockFunction]}
16 "name": "qualitygate",
21 className="quality-gate-section"
22 id="quality-gate-projects"
25 className="display-flex-center spacer-bottom"
28 quality_gates.projects
31 className="spacer-left"
34 className="big-padded-top big-padded-bottom"
36 quality_gates.projects.help
41 quality_gates.projects_for_default
46 exports[`should render correctly: is not default 1`] = `
48 className="layout-page-main-inner"
50 <Connect(withAppState(Conditions))
53 onAddCondition={[MockFunction]}
54 onRemoveCondition={[MockFunction]}
55 onSaveCondition={[MockFunction]}
59 "name": "qualitygate",
64 className="quality-gate-section"
65 id="quality-gate-projects"
68 className="display-flex-center spacer-bottom"
71 quality_gates.projects
74 className="spacer-left"
77 className="big-padded-top big-padded-bottom"
79 quality_gates.projects.help
89 "name": "qualitygate",