1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly 1`] = `
5 className="page-header"
13 className="page-description markdown"
15 quality_profiles.intro1
17 quality_profiles.intro2
18 <withAppStateContext(DocLink)
19 className="spacer-left"
20 to="/instance-administration/quality-profiles/"
23 </withAppStateContext(DocLink)>
28 exports[`should render correctly 2`] = `
30 className="page-header"
33 className="page-title"
38 className="page-actions"
42 id="quality-profiles-create"
48 className="little-spacer-left"
49 id="quality-profiles-restore"
56 className="page-description markdown"
58 quality_profiles.intro1
60 quality_profiles.intro2
61 <withAppStateContext(DocLink)
62 className="spacer-left"
63 to="/instance-administration/quality-profiles/"
66 </withAppStateContext(DocLink)>
71 exports[`should render correctly 3`] = `
73 className="page-header"
76 className="page-title"
81 className="page-actions"
85 id="quality-profiles-create"
91 className="little-spacer-left"
92 id="quality-profiles-restore"
98 className="spacer-top"
101 quality_profiles.no_languages_available
105 className="page-description markdown"
107 quality_profiles.intro1
109 quality_profiles.intro2
110 <withAppStateContext(DocLink)
111 className="spacer-left"
112 to="/instance-administration/quality-profiles/"
115 </withAppStateContext(DocLink)>
120 exports[`should show a create form 1`] = `
122 className="page-header"
125 className="page-title"
127 quality_profiles.page
130 className="page-actions"
134 id="quality-profiles-create"
140 className="little-spacer-left"
141 id="quality-profiles-restore"
148 className="page-description markdown"
150 quality_profiles.intro1
152 quality_profiles.intro2
153 <withAppStateContext(DocLink)
154 className="spacer-left"
155 to="/instance-administration/quality-profiles/"
158 </withAppStateContext(DocLink)>
180 onCreate={[Function]}
184 "activeDeprecatedRuleCount": 2,
185 "activeRuleCount": 10,
190 "isInherited": false,
193 "languageName": "JavaScript",
203 exports[`should show a restore form 1`] = `
205 className="page-header"
208 className="page-title"
210 quality_profiles.page
213 className="page-actions"
217 id="quality-profiles-create"
223 className="little-spacer-left"
224 id="quality-profiles-restore"
231 className="page-description markdown"
233 quality_profiles.intro1
235 quality_profiles.intro2
236 <withAppStateContext(DocLink)
237 className="spacer-left"
238 to="/instance-administration/quality-profiles/"
241 </withAppStateContext(DocLink)>
245 onRestore={[MockFunction]}