1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`disables save button on error 1`] = `
6 className="settings-definition-changes nowrap"
9 className="spacer-right button-success"
11 onClick={[MockFunction]}
16 className="spacer-right"
17 onClick={[MockFunction]}
25 exports[`displays cancel button when value changed and has error 1`] = `
28 className="settings-definition-changes nowrap"
31 className="spacer-right button-success"
33 onClick={[MockFunction]}
38 className="spacer-right"
39 onClick={[MockFunction]}
47 exports[`displays cancel button when value changed and no error 1`] = `
50 className="settings-definition-changes nowrap"
53 className="spacer-right button-success"
55 onClick={[MockFunction]}
60 className="spacer-right"
61 onClick={[MockFunction]}
69 exports[`displays default message when value is default 1`] = `
72 className="spacer-top note"
82 className="settings-definition-changes nowrap"
85 className="spacer-right"
95 settings.default.no_value
101 exports[`displays reset button when empty and not default 1`] = `
104 className="settings-definition-changes nowrap"
107 className="spacer-right"
117 settings.default.no_value
123 exports[`displays save button when it can be saved 1`] = `
126 className="settings-definition-changes nowrap"
129 className="spacer-right button-success"
131 onClick={[MockFunction]}
136 className="spacer-right"
137 onClick={[MockFunction]}