1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly 1`] = `
5 className="page-header quality-profile-header"
8 className="note spacer-bottom"
11 className="text-muted"
19 className="text-muted"
22 "pathname": "/profiles",
23 "search": "?language=js",
31 className="page-title"
34 className="link-base-color"
44 className="pull-right"
47 className="list-inline"
55 className="small spacer-right"
57 quality_profiles.updated_
62 className="small big-spacer-right"
64 quality_profiles.used_
73 "pathname": "/profiles/changelog",
74 "search": "?language=js&name=name",
82 <withRouter(ProfileActions)
86 "activeDeprecatedRuleCount": 2,
87 "activeRuleCount": 10,
95 "languageName": "JavaScript",
100 updateProfiles={[MockFunction]}
108 exports[`should render correctly: for default profile 1`] = `
110 className="page-header quality-profile-header"
113 className="note spacer-bottom"
116 className="text-muted"
120 quality_profiles.page
124 className="text-muted"
127 "pathname": "/profiles",
128 "search": "?language=js",
136 className="page-title"
139 className="link-base-color"
148 overlay="quality_profiles.list.default.help"
151 className=" spacer-left badge"
158 className="pull-right"
161 className="list-inline"
164 "lineHeight": "24px",
169 className="small spacer-right"
171 quality_profiles.updated_
176 className="small big-spacer-right"
178 quality_profiles.used_
187 "pathname": "/profiles/changelog",
188 "search": "?language=js&name=name",
196 <withRouter(ProfileActions)
197 className="pull-left"
200 "activeDeprecatedRuleCount": 2,
201 "activeRuleCount": 10,
206 "isInherited": false,
209 "languageName": "JavaScript",
214 updateProfiles={[MockFunction]}