Commit 2ca5149c by Torkel Ödegaard

Updated threshold editor test

parent b8c35551
...@@ -83,10 +83,12 @@ exports[`Render should render with base threshold 1`] = ` ...@@ -83,10 +83,12 @@ exports[`Render should render with base threshold 1`] = `
> >
<WithTheme(ColorPicker) <WithTheme(ColorPicker)
color="#7EB26D" color="#7EB26D"
enableNamedColors={true}
onChange={[Function]} onChange={[Function]}
> >
<ColorPicker <ColorPicker
color="#7EB26D" color="#7EB26D"
enableNamedColors={true}
onChange={[Function]} onChange={[Function]}
theme={ theme={
Object { Object {
...@@ -230,6 +232,7 @@ exports[`Render should render with base threshold 1`] = ` ...@@ -230,6 +232,7 @@ exports[`Render should render with base threshold 1`] = `
content={ content={
<ColorPickerPopover <ColorPickerPopover
color="#7EB26D" color="#7EB26D"
enableNamedColors={true}
onChange={[Function]} onChange={[Function]}
theme={ theme={
Object { Object {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment