From 8795f1d1326aebe6ae4a6ff5c1370e766607bed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 25 Mar 2020 15:43:24 +0000 Subject: [PATCH] fix(tests): update snapshots --- .../AlertGroupCollapseConfiguration.test.js.snap | 2 +- .../AlertGroupSortConfiguration.test.js.snap | 2 +- .../__snapshots__/ThemeConfiguration.test.js.snap | 2 +- .../Configuration/__snapshots__/index.test.js.snap | 6 +++--- .../__snapshots__/MainModalContent.test.js.snap | 6 +++--- .../MultiSelect/__snapshots__/index.test.js.snap | 14 +++++++------- .../__snapshots__/index.test.js.snap | 2 +- .../__snapshots__/LabelNameInput.test.js.snap | 2 +- .../__snapshots__/LabelValueInput.test.js.snap | 2 +- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupCollapseConfiguration.test.js.snap b/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupCollapseConfiguration.test.js.snap index e22c3e65e..d9dbd1bf6 100644 --- a/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupCollapseConfiguration.test.js.snap +++ b/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupCollapseConfiguration.test.js.snap @@ -5,7 +5,7 @@ exports[` matches snapshot with default value
-
+
Collapse on mobile
diff --git a/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupSortConfiguration.test.js.snap b/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupSortConfiguration.test.js.snap index b3d920f18..d65422c5a 100644 --- a/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupSortConfiguration.test.js.snap +++ b/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupSortConfiguration.test.js.snap @@ -7,7 +7,7 @@ exports[` matches snapshot with default values 1`
-
+
Use defaults from karma config file
diff --git a/ui/src/Components/MainModal/Configuration/__snapshots__/ThemeConfiguration.test.js.snap b/ui/src/Components/MainModal/Configuration/__snapshots__/ThemeConfiguration.test.js.snap index e4ed73342..f279bc988 100644 --- a/ui/src/Components/MainModal/Configuration/__snapshots__/ThemeConfiguration.test.js.snap +++ b/ui/src/Components/MainModal/Configuration/__snapshots__/ThemeConfiguration.test.js.snap @@ -5,7 +5,7 @@ exports[` matches snapshot with default values 1`] = `
-
+
Automatic theme, follow browser preference
diff --git a/ui/src/Components/MainModal/Configuration/__snapshots__/index.test.js.snap b/ui/src/Components/MainModal/Configuration/__snapshots__/index.test.js.snap index eb468e8dd..795c6b915 100644 --- a/ui/src/Components/MainModal/Configuration/__snapshots__/index.test.js.snap +++ b/ui/src/Components/MainModal/Configuration/__snapshots__/index.test.js.snap @@ -153,7 +153,7 @@ exports[` matches snapshot 1`] = `
-
+
Automatic theme, follow browser preference
@@ -390,7 +390,7 @@ exports[` matches snapshot 1`] = `
-
+
Collapse on mobile
@@ -471,7 +471,7 @@ exports[` matches snapshot 1`] = `
-
+
Use defaults from karma config file
diff --git a/ui/src/Components/MainModal/__snapshots__/MainModalContent.test.js.snap b/ui/src/Components/MainModal/__snapshots__/MainModalContent.test.js.snap index fd8b74437..6ed928c0e 100644 --- a/ui/src/Components/MainModal/__snapshots__/MainModalContent.test.js.snap +++ b/ui/src/Components/MainModal/__snapshots__/MainModalContent.test.js.snap @@ -172,7 +172,7 @@ exports[` matches snapshot 1`] = `
-
+
Automatic theme, follow browser preference
@@ -409,7 +409,7 @@ exports[` matches snapshot 1`] = `
-
+
Collapse on mobile
@@ -490,7 +490,7 @@ exports[` matches snapshot 1`] = `
-
+
Use defaults from karma config file
diff --git a/ui/src/Components/MultiSelect/__snapshots__/index.test.js.snap b/ui/src/Components/MultiSelect/__snapshots__/index.test.js.snap index 1bea08bdb..47b6d2992 100644 --- a/ui/src/Components/MultiSelect/__snapshots__/index.test.js.snap +++ b/ui/src/Components/MultiSelect/__snapshots__/index.test.js.snap @@ -4,7 +4,7 @@ exports[` matches snapshot without any extra props 1`] = ` "
-
+
Select...
@@ -65,7 +65,7 @@ exports[` matches snapshot when focused 1`] = `

-
+
Select...
@@ -116,7 +116,7 @@ exports[` matches snapshot with a value 1`] = ` "
-
+
foo
@@ -167,7 +167,7 @@ exports[` matches snapshot with defaults 1`] = ` "
-
+
Select...
@@ -218,7 +218,7 @@ exports[` matches snapshot with isDisabled=true 1`] "
-
+
foo
@@ -270,7 +270,7 @@ exports[` matches snapshot with isMulti=true 1`] = ` "
-
+
Select...
@@ -321,7 +321,7 @@ exports[` matches snapshot with isMulti=true and a v "
-
+
foo diff --git a/ui/src/Components/SilenceModal/AlertManagerInput/__snapshots__/index.test.js.snap b/ui/src/Components/SilenceModal/AlertManagerInput/__snapshots__/index.test.js.snap index 3fb7ef3f3..bcf0b9690 100644 --- a/ui/src/Components/SilenceModal/AlertManagerInput/__snapshots__/index.test.js.snap +++ b/ui/src/Components/SilenceModal/AlertManagerInput/__snapshots__/index.test.js.snap @@ -4,7 +4,7 @@ exports[` matches snapshot 1`] = ` "
-
+
am1 | am2 diff --git a/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelNameInput.test.js.snap b/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelNameInput.test.js.snap index b5b9cbef1..1ab442ad3 100644 --- a/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelNameInput.test.js.snap +++ b/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelNameInput.test.js.snap @@ -4,7 +4,7 @@ exports[` matches snapshot 1`] = ` "
-
+
name
diff --git a/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelValueInput.test.js.snap b/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelValueInput.test.js.snap index 840cb94b5..cc305c27e 100644 --- a/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelValueInput.test.js.snap +++ b/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelValueInput.test.js.snap @@ -4,7 +4,7 @@ exports[` matches snapshot 1`] = ` "
-
+