mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Updated threshold editor test
This commit is contained in:
parent
b8c355514d
commit
2ca5149c67
@ -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`] = `
|
|||||||
content={
|
content={
|
||||||
<ColorPickerPopover
|
<ColorPickerPopover
|
||||||
color="#7EB26D"
|
color="#7EB26D"
|
||||||
|
enableNamedColors={true}
|
||||||
onChange={[Function]}
|
onChange={[Function]}
|
||||||
theme={
|
theme={
|
||||||
Object {
|
Object {
|
||||||
|
Loading…
Reference in New Issue
Block a user