1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly 1`] = `
5 contentLabel="my_profile.password.title"
6 onRequestClose={[MockFunction]}
11 id="user-password-form"
15 className="modal-head"
18 my_profile.password.title
22 className="modal-body"
24 <MandatoryFieldsExplanation
25 className="modal-field"
28 className="modal-field"
31 htmlFor="old-user-password"
33 my_profile.password.old
34 <MandatoryFieldMarker />
38 name="old-password-fake"
42 id="old-user-password"
51 className="modal-field"
54 htmlFor="user-password"
56 my_profile.password.new
57 <MandatoryFieldMarker />
74 className="modal-field"
77 htmlFor="confirm-user-password"
79 my_profile.password.confirm
80 <MandatoryFieldMarker />
84 name="confirm-password-fake"
88 id="confirm-user-password"
89 name="confirm-password"
98 className="modal-foot"
106 onClick={[MockFunction]}