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"
56 className="text-middle"
59 className="little-spacer-left text-danger text-middle"
66 className="note abs-width-400"
73 exports[`should render correctly: no label 1`] = `
76 className="little-spacer-top spacer-bottom"
80 ariaLabel="valid_input"
81 className="spacer-left text-middle"
85 className="note abs-width-400"
92 exports[`should render correctly: with error 1`] = `
98 className="text-middle"
106 className="little-spacer-top spacer-bottom"
110 className="spacer-left text-middle"
113 className="little-spacer-left text-danger text-middle"
119 className="note abs-width-400"
128 exports[`should render correctly: with help 1`] = `
134 className="text-middle"
139 <MandatoryFieldMarker />
142 className="spacer-left"
143 overlay="Help message"
147 className="little-spacer-top spacer-bottom"
152 className="note abs-width-400"