1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly: default 1`] = `
5 contentLabel="quality_profiles.new_profile"
6 onRequestClose={[MockFunction]}
10 id="create-profile-form"
14 className="modal-head"
17 quality_profiles.new_profile
21 className="modal-body"
24 className="modal-field"
27 htmlFor="create-profile-name"
38 id="create-profile-name"
49 className="modal-field"
52 htmlFor="create-profile-language"
63 id="create-profile-language"
73 "label": "JavaScript",
82 className="modal-field"
85 htmlFor="create-profile-parent"
87 quality_profiles.parent
91 id="create-profile-parent"
116 className="modal-foot"
120 id="create-profile-submit"
125 id="create-profile-cancel"
126 onClick={[MockFunction]}
135 exports[`should render correctly: with query filter 1`] = `
137 contentLabel="quality_profiles.new_profile"
138 onRequestClose={[MockFunction]}
142 id="create-profile-form"
143 onSubmit={[Function]}
146 className="modal-head"
149 quality_profiles.new_profile
153 className="modal-body"
156 className="modal-field"
159 htmlFor="create-profile-name"
163 className="mandatory"
170 id="create-profile-name"
173 onChange={[Function]}
181 className="modal-field"
184 htmlFor="create-profile-language"
188 className="mandatory"
195 id="create-profile-language"
197 onChange={[Function]}
205 "label": "JavaScript",
214 className="modal-field"
217 htmlFor="create-profile-parent"
219 quality_profiles.parent
223 id="create-profile-parent"
225 onChange={[Function]}
242 className="modal-field spacer-bottom js-importer"
243 data-key="key_importer"
247 htmlFor="create-profile-form-backup-key_importer"
252 id="create-profile-form-backup-key_importer"
253 name="backup_key_importer"
259 quality_profiles.optional_configuration_file
269 className="modal-foot"
273 id="create-profile-submit"
278 id="create-profile-cancel"
279 onClick={[MockFunction]}