diff --git a/public/pages/Dashboard/Components/EmptyDashboard/__tests__/__snapshots__/EmptyDashboard.test.tsx.snap b/public/pages/Dashboard/Components/EmptyDashboard/__tests__/__snapshots__/EmptyDashboard.test.tsx.snap index ab36463b..48f50f56 100644 --- a/public/pages/Dashboard/Components/EmptyDashboard/__tests__/__snapshots__/EmptyDashboard.test.tsx.snap +++ b/public/pages/Dashboard/Components/EmptyDashboard/__tests__/__snapshots__/EmptyDashboard.test.tsx.snap @@ -35,18 +35,13 @@ exports[` spec Empty results renders component with empty messa > Get started with Anomaly detection   - - + />

@@ -62,6 +57,7 @@ exports[` spec Empty results renders component with empty messa class="euiButton euiButton--primary euiButton--fill" data-test-subj="add_detector" href="opendistro-anomaly-detection#/create-ad/" + rel="noreferrer" > spec Confirm Modal renders component with callout 1`] = `
-
+
+
+
spec Confirm Modal renders component with callout 1`] > + />
spec Confirm Modal renders component with callout 1`] style="padding-left: 24px; padding-right: 24px;" >
- test callout -
-
-

- this is a testing description -

+ test callout +
+
+
+

+ this is a testing description +

+
@@ -96,12 +108,29 @@ exports[` spec Confirm Modal renders component with callout 1`]
+
`; exports[` spec Confirm Modal renders component with empty callout 1`] = `
-
+
+
+
spec Confirm Modal renders component with empty callou > + />
spec Confirm Modal renders component with empty callou style="padding-left: 24px; padding-right: 24px;" >
-

- this is a testing description -

+
+

+ this is a testing description +

+
@@ -190,5 +219,10 @@ exports[` spec Confirm Modal renders component with empty callou
+
`; diff --git a/public/pages/DetectorDetail/components/DetectorControls/__tests__/__snapshots__/DetectorControls.test.tsx.snap b/public/pages/DetectorDetail/components/DetectorControls/__tests__/__snapshots__/DetectorControls.test.tsx.snap index fbf08779..6648614f 100644 --- a/public/pages/DetectorDetail/components/DetectorControls/__tests__/__snapshots__/DetectorControls.test.tsx.snap +++ b/public/pages/DetectorDetail/components/DetectorControls/__tests__/__snapshots__/DetectorControls.test.tsx.snap @@ -25,25 +25,13 @@ exports[` spec Detector Controls renders detector controls w > + /> @@ -68,17 +56,13 @@ exports[` spec Detector Controls renders detector controls w > + /> @@ -116,25 +100,13 @@ exports[` spec Detector Controls renders detector controls w > + /> @@ -158,17 +130,13 @@ exports[` spec Detector Controls renders detector controls w > + /> @@ -206,25 +174,13 @@ exports[` spec Detector Controls renders detector controls w > + /> @@ -249,18 +205,13 @@ exports[` spec Detector Controls renders detector controls w > + /> @@ -298,25 +249,13 @@ exports[` spec Detector Controls renders detector controls w > + /> @@ -340,18 +279,13 @@ exports[` spec Detector Controls renders detector controls w > + /> diff --git a/public/pages/DetectorDetail/components/MonitorCallout/__tests__/__snapshots__/MonitorCallout.test.tsx.snap b/public/pages/DetectorDetail/components/MonitorCallout/__tests__/__snapshots__/MonitorCallout.test.tsx.snap index 16643d56..776e476b 100644 --- a/public/pages/DetectorDetail/components/MonitorCallout/__tests__/__snapshots__/MonitorCallout.test.tsx.snap +++ b/public/pages/DetectorDetail/components/MonitorCallout/__tests__/__snapshots__/MonitorCallout.test.tsx.snap @@ -9,18 +9,13 @@ exports[` spec Monitor callout renders component 1`] = ` > + /> @@ -42,18 +37,13 @@ exports[` spec Monitor callout renders component 1`] = ` test-monitor - - + /> associated with this detector will not receive any anomaly results to generate alerts. diff --git a/public/pages/DetectorDetail/containers/__tests__/__snapshots__/DetectorDetail.test.tsx.snap b/public/pages/DetectorDetail/containers/__tests__/__snapshots__/DetectorDetail.test.tsx.snap index 95fdccca..0bfa979d 100644 --- a/public/pages/DetectorDetail/containers/__tests__/__snapshots__/DetectorDetail.test.tsx.snap +++ b/public/pages/DetectorDetail/containers/__tests__/__snapshots__/DetectorDetail.test.tsx.snap @@ -28,26 +28,13 @@ exports[` spec detector detail renders detector detail compone class="euiFlexItem euiFlexItem--flexGrowZero" > - - - - - + />
spec detector detail renders detector detail compone > + /> @@ -128,18 +103,13 @@ exports[` spec detector detail renders detector detail compone > + /> diff --git a/public/pages/DetectorResults/components/ListControls/__tests__/__snapshots__/ListControls.test.tsx.snap b/public/pages/DetectorResults/components/ListControls/__tests__/__snapshots__/ListControls.test.tsx.snap index b33e812a..ab4792cb 100644 --- a/public/pages/DetectorResults/components/ListControls/__tests__/__snapshots__/ListControls.test.tsx.snap +++ b/public/pages/DetectorResults/components/ListControls/__tests__/__snapshots__/ListControls.test.tsx.snap @@ -21,26 +21,13 @@ exports[` spec Empty results renders component with empty messag > + />
diff --git a/public/pages/DetectorsList/Components/EmptyMessage/__tests__/__snapshots__/EmptyMessage.test.tsx.snap b/public/pages/DetectorsList/Components/EmptyMessage/__tests__/__snapshots__/EmptyMessage.test.tsx.snap index ce266ed3..47f49e7b 100644 --- a/public/pages/DetectorsList/Components/EmptyMessage/__tests__/__snapshots__/EmptyMessage.test.tsx.snap +++ b/public/pages/DetectorsList/Components/EmptyMessage/__tests__/__snapshots__/EmptyMessage.test.tsx.snap @@ -30,6 +30,7 @@ exports[` spec Empty results renders component with empt class="euiButton euiButton--primary euiButton--fill" data-test-subj="add_detector" href="opendistro-anomaly-detection#/create-ad/" + rel="noreferrer" > spec Empty results renders component with empty messag > + />
@@ -100,28 +89,17 @@ exports[` spec Empty results renders component with empty messag aria-label="Open list of options" class="euiFormControlLayoutCustomIcon euiFormControlLayoutCustomIcon--clickable" data-test-subj="comboBoxToggleListButton" + type="button" > + />
@@ -176,28 +154,17 @@ exports[` spec Empty results renders component with empty messag aria-label="Open list of options" class="euiFormControlLayoutCustomIcon euiFormControlLayoutCustomIcon--clickable" data-test-subj="comboBoxToggleListButton" + type="button" > + />
@@ -220,26 +187,13 @@ exports[` spec Empty results renders component with empty messag > + /> diff --git a/public/pages/PreviewDetector/components/AggregationSelector/__tests__/__snapshots__/AggregationSelectior.test.tsx.snap b/public/pages/PreviewDetector/components/AggregationSelector/__tests__/__snapshots__/AggregationSelectior.test.tsx.snap index 65da476c..206a22a3 100644 --- a/public/pages/PreviewDetector/components/AggregationSelector/__tests__/__snapshots__/AggregationSelectior.test.tsx.snap +++ b/public/pages/PreviewDetector/components/AggregationSelector/__tests__/__snapshots__/AggregationSelectior.test.tsx.snap @@ -7,13 +7,15 @@ exports[` spec Empty results renders component with aggre class="euiFormRow" id="random_id-row" > - +
+ +
@@ -57,25 +59,13 @@ exports[` spec Empty results renders component with aggre > + />
@@ -91,13 +81,15 @@ exports[` spec Empty results renders component with aggre class="euiFormRow" id="random_id-row" > - +
+ +
diff --git a/public/pages/PreviewDetector/components/CustomAggregation/__tests__/__snapshots__/CustomAggregation.test.tsx.snap b/public/pages/PreviewDetector/components/CustomAggregation/__tests__/__snapshots__/CustomAggregation.test.tsx.snap index 118887a3..4fc67e30 100644 --- a/public/pages/PreviewDetector/components/CustomAggregation/__tests__/__snapshots__/CustomAggregation.test.tsx.snap +++ b/public/pages/PreviewDetector/components/CustomAggregation/__tests__/__snapshots__/CustomAggregation.test.tsx.snap @@ -6,13 +6,15 @@ exports[` spec renders the component 1`] = ` class="euiFormRow euiFormRow--fullWidth" id="random_id-row" > - +
+ +
spec renders the component 1`] = ` class="euiFlexItem euiFlexItem--flexGrowZero" > - - - - - + />
spec renders with highlight 1`] = ` class="euiFlexItem euiFlexItem--flexGrowZero" > - - - - - + />
spec renders the component 1`] = ` id="random_id-row" title="Name" > - +

+ Name +

+
+

+ Specify a unique and descriptive name that is easy to recognize. +

+
+ +
@@ -92,30 +94,32 @@ exports[` spec renders the component 1`] = ` hint="Describe the purpose of the detector." id="random_id-row" > - +

+ Description + + - optional + +

+
+

+ Describe the purpose of the detector. +

+
+ +