1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly: default 1`] = `
9 className="text-middle"
14 <MandatoryFieldMarker />
18 className="little-spacer-top spacer-bottom"
22 ariaLabel="valid_input"
23 className="spacer-left text-middle"
27 className="note abs-width-400"
34 exports[`should render correctly: error under the input 1`] = `
40 className="text-middle"
45 <MandatoryFieldMarker />
49 className="little-spacer-top spacer-bottom"
53 className="spacer-top"
61 className="text-middle"
64 className="little-spacer-left text-danger text-middle"
71 className="note abs-width-400"
78 exports[`should render correctly: no label 1`] = `
81 className="little-spacer-top spacer-bottom"
85 ariaLabel="valid_input"
86 className="spacer-left text-middle"
90 className="note abs-width-400"
97 exports[`should render correctly: with error 1`] = `
103 className="text-middle"
111 className="little-spacer-top spacer-bottom"
115 className="spacer-left text-middle"
118 className="little-spacer-left text-danger text-middle"
124 className="note abs-width-400"
133 exports[`should render correctly: with help 1`] = `
139 className="text-middle"
144 <MandatoryFieldMarker />
147 className="spacer-left"
148 overlay="Help message"
152 className="little-spacer-top spacer-bottom"
157 className="note abs-width-400"