From 64d2ca7ca1da1c3c972060605fb719e878d3f9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 31 Aug 2022 08:58:23 +0100 Subject: [PATCH] fix(tests): update snapshots --- .../Alert/__snapshots__/index.test.tsx.snap | 30 +++++----- .../__snapshots__/index.test.tsx.snap | 12 ++-- .../__snapshots__/index.test.tsx.snap | 30 +++++----- .../__snapshots__/Silences.test.tsx.snap | 6 +- .../__snapshots__/index.test.tsx.snap | 2 +- .../__snapshots__/index.test.tsx.snap | 2 +- .../__snapshots__/index.test.tsx.snap | 4 +- .../__snapshots__/index.test.tsx.snap | 4 +- .../__snapshots__/index.test.tsx.snap | 2 +- .../__snapshots__/Help.test.tsx.snap | 4 +- .../SilenceComment.test.tsx.snap | 24 ++++---- .../__snapshots__/index.test.tsx.snap | 32 +++++----- .../__snapshots__/index.test.tsx.snap | 14 ++--- .../__snapshots__/index.test.tsx.snap | 60 +++++++++---------- .../__snapshots__/index.test.tsx.snap | 12 ++-- .../SilenceModalContent.test.tsx.snap | 2 +- .../__snapshots__/AppToasts.test.tsx.snap | 22 +++---- .../__snapshots__/ToastMessages.test.tsx.snap | 2 +- .../__snapshots__/index.test.tsx.snap | 8 +-- .../__snapshots__/index.test.tsx.snap | 2 +- .../__snapshots__/ErrorBoundary.test.tsx.snap | 2 +- 21 files changed, 138 insertions(+), 138 deletions(-) diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/__snapshots__/index.test.tsx.snap b/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/__snapshots__/index.test.tsx.snap index 993eb14d8..89a109223 100644 --- a/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/__snapshots__/index.test.tsx.snap +++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/__snapshots__/index.test.tsx.snap @@ -15,11 +15,11 @@ exports[` matches snapshot when inhibited 1`] = ` class=\\"svg-inline--fa fa-angle-right me-1 text-muted\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 256 512\\" + viewbox=\\"0 0 320 512\\" > @@ -44,11 +44,11 @@ exports[` matches snapshot when inhibited 1`] = ` class=\\"svg-inline--fa fa-angle-left me-1\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 256 512\\" + viewbox=\\"0 0 320 512\\" > @@ -74,7 +74,7 @@ exports[` matches snapshot when inhibited 1`] = ` > @@ -95,7 +95,7 @@ exports[` matches snapshot when inhibited 1`] = ` > @@ -135,11 +135,11 @@ exports[` matches snapshot when inhibited 1`] = ` class=\\"svg-inline--fa fa-up-right-from-square \\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 512 512\\" + viewbox=\\"0 0 448 512\\" > @@ -164,11 +164,11 @@ exports[` matches snapshot with showAlertmanagers=false showReceiver=fa class=\\"svg-inline--fa fa-angle-right me-1 text-muted\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 256 512\\" + viewbox=\\"0 0 320 512\\" > @@ -193,11 +193,11 @@ exports[` matches snapshot with showAlertmanagers=false showReceiver=fa class=\\"svg-inline--fa fa-angle-left me-1\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 256 512\\" + viewbox=\\"0 0 320 512\\" > @@ -223,7 +223,7 @@ exports[` matches snapshot with showAlertmanagers=false showReceiver=fa > @@ -264,11 +264,11 @@ exports[` matches snapshot with showAlertmanagers=false showReceiver=fa class=\\"svg-inline--fa fa-up-right-from-square \\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 512 512\\" + viewbox=\\"0 0 448 512\\" > diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/__snapshots__/index.test.tsx.snap b/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/__snapshots__/index.test.tsx.snap index 670f66927..9074e7395 100644 --- a/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/__snapshots__/index.test.tsx.snap +++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/Annotation/__snapshots__/index.test.tsx.snap @@ -16,11 +16,11 @@ exports[` matches snapshot 1`] = ` class=\\"svg-inline--fa fa-up-right-from-square \\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 512 512\\" + viewbox=\\"0 0 448 512\\" > @@ -41,11 +41,11 @@ exports[` matches snapshot when visible=false 1`] = ` class=\\"svg-inline--fa fa-angle-left me-1\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 256 512\\" + viewbox=\\"0 0 320 512\\" > @@ -68,11 +68,11 @@ exports[` matches snapshot when visible=true 1`] = ` class=\\"svg-inline--fa fa-angle-right me-1 text-muted\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 256 512\\" + viewbox=\\"0 0 320 512\\" > diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/GroupFooter/__snapshots__/index.test.tsx.snap b/ui/src/Components/Grid/AlertGrid/AlertGroup/GroupFooter/__snapshots__/index.test.tsx.snap index f7896ed17..4d4bbfe2c 100644 --- a/ui/src/Components/Grid/AlertGrid/AlertGroup/GroupFooter/__snapshots__/index.test.tsx.snap +++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/GroupFooter/__snapshots__/index.test.tsx.snap @@ -15,11 +15,11 @@ exports[` matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-right me-1 text-muted\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 256 512\\" + viewbox=\\"0 0 320 512\\" > @@ -44,11 +44,11 @@ exports[` matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-left me-1\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 256 512\\" + viewbox=\\"0 0 320 512\\" > @@ -100,11 +100,11 @@ exports[` matches snapshot 1`] = ` class=\\"svg-inline--fa fa-up-right-from-square \\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 512 512\\" + viewbox=\\"0 0 448 512\\" > @@ -129,11 +129,11 @@ exports[` mathes snapshot when silence is rendered 1`] = ` class=\\"svg-inline--fa fa-angle-right me-1 text-muted\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 256 512\\" + viewbox=\\"0 0 320 512\\" > @@ -158,11 +158,11 @@ exports[` mathes snapshot when silence is rendered 1`] = ` class=\\"svg-inline--fa fa-angle-left me-1\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 256 512\\" + viewbox=\\"0 0 320 512\\" > @@ -214,11 +214,11 @@ exports[` mathes snapshot when silence is rendered 1`] = ` class=\\"svg-inline--fa fa-up-right-from-square \\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 512 512\\" + viewbox=\\"0 0 448 512\\" > @@ -241,7 +241,7 @@ exports[` mathes snapshot when silence is rendered 1`] = ` > @@ -272,12 +272,12 @@ exports[` mathes snapshot when silence is rendered 1`] = ` class=\\"svg-inline--fa fa-chevron-down fa-rotate-180 m-auto text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 448 512\\" + viewbox=\\"0 0 512 512\\" style=\\"transition: transform 0.25s ease-in-out;\\" > diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/__snapshots__/Silences.test.tsx.snap b/ui/src/Components/Grid/AlertGrid/AlertGroup/__snapshots__/Silences.test.tsx.snap index 6ab590e49..3402fa9f7 100644 --- a/ui/src/Components/Grid/AlertGrid/AlertGroup/__snapshots__/Silences.test.tsx.snap +++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/__snapshots__/Silences.test.tsx.snap @@ -18,7 +18,7 @@ exports[` renders ManagedSilence if silence is present in Alert > @@ -49,12 +49,12 @@ exports[` renders ManagedSilence if silence is present in Alert class=\\"svg-inline--fa fa-chevron-down fa-rotate-180 m-auto text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 448 512\\" + viewbox=\\"0 0 512 512\\" style=\\"transition: transform 0.25s ease-in-out;\\" > diff --git a/ui/src/Components/Grid/EmptyGrid/__snapshots__/index.test.tsx.snap b/ui/src/Components/Grid/EmptyGrid/__snapshots__/index.test.tsx.snap index 0627a9011..476aa6222 100644 --- a/ui/src/Components/Grid/EmptyGrid/__snapshots__/index.test.tsx.snap +++ b/ui/src/Components/Grid/EmptyGrid/__snapshots__/index.test.tsx.snap @@ -15,7 +15,7 @@ exports[` matches snapshot 1`] = ` > diff --git a/ui/src/Components/Grid/FatalError/__snapshots__/index.test.tsx.snap b/ui/src/Components/Grid/FatalError/__snapshots__/index.test.tsx.snap index 349668b4a..8cebf4c2c 100644 --- a/ui/src/Components/Grid/FatalError/__snapshots__/index.test.tsx.snap +++ b/ui/src/Components/Grid/FatalError/__snapshots__/index.test.tsx.snap @@ -16,7 +16,7 @@ exports[` matches snapshot 1`] = ` > diff --git a/ui/src/Components/Grid/ReloadNeeded/__snapshots__/index.test.tsx.snap b/ui/src/Components/Grid/ReloadNeeded/__snapshots__/index.test.tsx.snap index c63e57199..4d501dbe0 100644 --- a/ui/src/Components/Grid/ReloadNeeded/__snapshots__/index.test.tsx.snap +++ b/ui/src/Components/Grid/ReloadNeeded/__snapshots__/index.test.tsx.snap @@ -16,7 +16,7 @@ exports[` matches snapshot 1`] = ` > @@ -33,7 +33,7 @@ exports[` matches snapshot 1`] = ` > diff --git a/ui/src/Components/Grid/UpgradeNeeded/__snapshots__/index.test.tsx.snap b/ui/src/Components/Grid/UpgradeNeeded/__snapshots__/index.test.tsx.snap index 495ad971b..5ee3bd89f 100644 --- a/ui/src/Components/Grid/UpgradeNeeded/__snapshots__/index.test.tsx.snap +++ b/ui/src/Components/Grid/UpgradeNeeded/__snapshots__/index.test.tsx.snap @@ -17,7 +17,7 @@ exports[` matches snapshot 1`] = ` > @@ -35,7 +35,7 @@ exports[` matches snapshot 1`] = ` > diff --git a/ui/src/Components/Labels/LabelWithPercent/__snapshots__/index.test.tsx.snap b/ui/src/Components/Labels/LabelWithPercent/__snapshots__/index.test.tsx.snap index 98d0f9b47..cdbfc309b 100644 --- a/ui/src/Components/Labels/LabelWithPercent/__snapshots__/index.test.tsx.snap +++ b/ui/src/Components/Labels/LabelWithPercent/__snapshots__/index.test.tsx.snap @@ -25,7 +25,7 @@ exports[` matches snapshot with isActive=true 1`] = ` > diff --git a/ui/src/Components/MainModal/__snapshots__/Help.test.tsx.snap b/ui/src/Components/MainModal/__snapshots__/Help.test.tsx.snap index caded8ee6..e588180d4 100644 --- a/ui/src/Components/MainModal/__snapshots__/Help.test.tsx.snap +++ b/ui/src/Components/MainModal/__snapshots__/Help.test.tsx.snap @@ -858,7 +858,7 @@ exports[` matches snapshot 1`] = ` > @@ -984,7 +984,7 @@ exports[` matches snapshot 1`] = ` > diff --git a/ui/src/Components/ManagedSilence/__snapshots__/SilenceComment.test.tsx.snap b/ui/src/Components/ManagedSilence/__snapshots__/SilenceComment.test.tsx.snap index d81cac545..099619a4f 100644 --- a/ui/src/Components/ManagedSilence/__snapshots__/SilenceComment.test.tsx.snap +++ b/ui/src/Components/ManagedSilence/__snapshots__/SilenceComment.test.tsx.snap @@ -16,7 +16,7 @@ exports[` Matches snapshot when collapsed 1`] = ` > @@ -52,12 +52,12 @@ exports[` Matches snapshot when collapsed 1`] = ` class=\\"svg-inline--fa fa-chevron-down fa-rotate-180 m-auto text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 448 512\\" + viewbox=\\"0 0 512 512\\" style=\\"transition: transform 0.25s ease-in-out;\\" > @@ -84,7 +84,7 @@ exports[` Matches snapshot when collapsed and multiple cluster > @@ -123,12 +123,12 @@ exports[` Matches snapshot when collapsed and multiple cluster class=\\"svg-inline--fa fa-chevron-down fa-rotate-180 m-auto text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 448 512\\" + viewbox=\\"0 0 512 512\\" style=\\"transition: transform 0.25s ease-in-out;\\" > @@ -155,7 +155,7 @@ exports[` Matches snapshot when expanded 1`] = ` > @@ -186,12 +186,12 @@ exports[` Matches snapshot when expanded 1`] = ` class=\\"svg-inline--fa fa-chevron-down m-auto text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 448 512\\" + viewbox=\\"0 0 512 512\\" style=\\"transition: transform 0.25s ease-in-out;\\" > @@ -218,7 +218,7 @@ exports[` Matches snapshot when expanded and multiple clusters > @@ -249,12 +249,12 @@ exports[` Matches snapshot when expanded and multiple clusters class=\\"svg-inline--fa fa-chevron-down m-auto text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 448 512\\" + viewbox=\\"0 0 512 512\\" style=\\"transition: transform 0.25s ease-in-out;\\" > diff --git a/ui/src/Components/ManagedSilence/__snapshots__/index.test.tsx.snap b/ui/src/Components/ManagedSilence/__snapshots__/index.test.tsx.snap index ca5ba4ba8..9e4771a42 100644 --- a/ui/src/Components/ManagedSilence/__snapshots__/index.test.tsx.snap +++ b/ui/src/Components/ManagedSilence/__snapshots__/index.test.tsx.snap @@ -18,7 +18,7 @@ exports[` matches snapshot when collapsed 1`] = ` > @@ -54,12 +54,12 @@ exports[` matches snapshot when collapsed 1`] = ` class=\\"svg-inline--fa fa-chevron-down fa-rotate-180 m-auto text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 448 512\\" + viewbox=\\"0 0 512 512\\" style=\\"transition: transform 0.25s ease-in-out;\\" > @@ -101,7 +101,7 @@ exports[` matches snapshot with expaned details 1`] = ` > @@ -132,12 +132,12 @@ exports[` matches snapshot with expaned details 1`] = ` class=\\"svg-inline--fa fa-chevron-down m-auto text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 448 512\\" + viewbox=\\"0 0 512 512\\" style=\\"transition: transform 0.25s ease-in-out;\\" > @@ -164,7 +164,7 @@ exports[` matches snapshot with expaned details 1`] = ` > @@ -183,7 +183,7 @@ exports[` matches snapshot with expaned details 1`] = ` > @@ -204,7 +204,7 @@ exports[` matches snapshot with expaned details 1`] = ` > @@ -227,7 +227,7 @@ exports[` matches snapshot with expaned details 1`] = ` > @@ -248,7 +248,7 @@ exports[` matches snapshot with expaned details 1`] = ` > @@ -268,11 +268,11 @@ exports[` matches snapshot with expaned details 1`] = ` class=\\"svg-inline--fa fa-up-right-from-square \\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 512 512\\" + viewbox=\\"0 0 448 512\\" > @@ -294,7 +294,7 @@ exports[` matches snapshot with expaned details 1`] = ` > @@ -335,7 +335,7 @@ exports[` matches snapshot with expaned details 1`] = ` > @@ -354,7 +354,7 @@ exports[` matches snapshot with expaned details 1`] = ` > diff --git a/ui/src/Components/NavBar/FilterInput/__snapshots__/index.test.tsx.snap b/ui/src/Components/NavBar/FilterInput/__snapshots__/index.test.tsx.snap index c82d9145b..1406eec56 100644 --- a/ui/src/Components/NavBar/FilterInput/__snapshots__/index.test.tsx.snap +++ b/ui/src/Components/NavBar/FilterInput/__snapshots__/index.test.tsx.snap @@ -28,7 +28,7 @@ exports[` matches snapshot with no filters 1`] = ` > @@ -72,7 +72,7 @@ exports[` matches snapshot with no filters 1`] = ` > @@ -107,7 +107,7 @@ exports[` matches snapshot with some filters 1`] = ` > @@ -131,7 +131,7 @@ exports[` matches snapshot with some filters 1`] = ` > @@ -152,7 +152,7 @@ exports[` matches snapshot with some filters 1`] = ` > @@ -176,7 +176,7 @@ exports[` matches snapshot with some filters 1`] = ` > @@ -227,7 +227,7 @@ exports[` matches snapshot with some filters 1`] = ` > diff --git a/ui/src/Components/SilenceModal/DateTimeSelect/__snapshots__/index.test.tsx.snap b/ui/src/Components/SilenceModal/DateTimeSelect/__snapshots__/index.test.tsx.snap index 4a1f27189..1c51c8036 100644 --- a/ui/src/Components/SilenceModal/DateTimeSelect/__snapshots__/index.test.tsx.snap +++ b/ui/src/Components/SilenceModal/DateTimeSelect/__snapshots__/index.test.tsx.snap @@ -50,11 +50,11 @@ exports[` 'Duration' tab matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-up fa-2x text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 384 512\\" + viewbox=\\"0 0 448 512\\" > @@ -86,11 +86,11 @@ exports[` 'Duration' tab matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-down fa-2x text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 384 512\\" + viewbox=\\"0 0 448 512\\" > @@ -116,11 +116,11 @@ exports[` 'Duration' tab matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-up fa-2x text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 384 512\\" + viewbox=\\"0 0 448 512\\" > @@ -152,11 +152,11 @@ exports[` 'Duration' tab matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-down fa-2x text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 384 512\\" + viewbox=\\"0 0 448 512\\" > @@ -182,11 +182,11 @@ exports[` 'Duration' tab matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-up fa-2x text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 384 512\\" + viewbox=\\"0 0 448 512\\" > @@ -218,11 +218,11 @@ exports[` 'Duration' tab matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-down fa-2x text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 384 512\\" + viewbox=\\"0 0 448 512\\" > @@ -850,7 +850,7 @@ exports[` 'Ends' tab matches snapshot 1`] = ` > @@ -879,11 +879,11 @@ exports[` 'Ends' tab matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-up fa-2x text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 384 512\\" + viewbox=\\"0 0 448 512\\" > @@ -901,11 +901,11 @@ exports[` 'Ends' tab matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-up fa-2x text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 384 512\\" + viewbox=\\"0 0 448 512\\" > @@ -940,11 +940,11 @@ exports[` 'Ends' tab matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-down fa-2x text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 384 512\\" + viewbox=\\"0 0 448 512\\" > @@ -962,11 +962,11 @@ exports[` 'Ends' tab matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-down fa-2x text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 384 512\\" + viewbox=\\"0 0 448 512\\" > @@ -1635,7 +1635,7 @@ exports[` 'Starts' tab matches snapshot 1`] = ` > @@ -1664,11 +1664,11 @@ exports[` 'Starts' tab matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-up fa-2x text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 384 512\\" + viewbox=\\"0 0 448 512\\" > @@ -1686,11 +1686,11 @@ exports[` 'Starts' tab matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-up fa-2x text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 384 512\\" + viewbox=\\"0 0 448 512\\" > @@ -1725,11 +1725,11 @@ exports[` 'Starts' tab matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-down fa-2x text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 384 512\\" + viewbox=\\"0 0 448 512\\" > @@ -1747,11 +1747,11 @@ exports[` 'Starts' tab matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-down fa-2x text-muted cursor-pointer\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 384 512\\" + viewbox=\\"0 0 448 512\\" > diff --git a/ui/src/Components/SilenceModal/SilencePreview/__snapshots__/index.test.tsx.snap b/ui/src/Components/SilenceModal/SilencePreview/__snapshots__/index.test.tsx.snap index 11aeaeac0..170ad8b5c 100644 --- a/ui/src/Components/SilenceModal/SilencePreview/__snapshots__/index.test.tsx.snap +++ b/ui/src/Components/SilenceModal/SilencePreview/__snapshots__/index.test.tsx.snap @@ -23,11 +23,11 @@ exports[` matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-left \\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 256 512\\" + viewbox=\\"0 0 320 512\\" > @@ -58,11 +58,11 @@ exports[` matches snapshot 1`] = ` class=\\"svg-inline--fa fa-angle-right \\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" - viewbox=\\"0 0 256 512\\" + viewbox=\\"0 0 320 512\\" > @@ -89,7 +89,7 @@ exports[` matches snapshot 1`] = ` > @@ -111,7 +111,7 @@ exports[` matches snapshot 1`] = ` > diff --git a/ui/src/Components/SilenceModal/__snapshots__/SilenceModalContent.test.tsx.snap b/ui/src/Components/SilenceModal/__snapshots__/SilenceModalContent.test.tsx.snap index 81aec2fba..4856ff0d7 100644 --- a/ui/src/Components/SilenceModal/__snapshots__/SilenceModalContent.test.tsx.snap +++ b/ui/src/Components/SilenceModal/__snapshots__/SilenceModalContent.test.tsx.snap @@ -41,7 +41,7 @@ exports[` Editor renders SilenceSubmitController when sil > diff --git a/ui/src/Components/Toast/__snapshots__/AppToasts.test.tsx.snap b/ui/src/Components/Toast/__snapshots__/AppToasts.test.tsx.snap index cb944b623..eb6d47fb6 100644 --- a/ui/src/Components/Toast/__snapshots__/AppToasts.test.tsx.snap +++ b/ui/src/Components/Toast/__snapshots__/AppToasts.test.tsx.snap @@ -20,7 +20,7 @@ exports[` renders UpgradeToastMessage when alertStore.info.upgradeR > @@ -43,7 +43,7 @@ exports[` renders UpgradeToastMessage when alertStore.info.upgradeR > @@ -59,7 +59,7 @@ exports[` renders UpgradeToastMessage when alertStore.info.upgradeR > @@ -91,7 +91,7 @@ exports[` renders UpgradeToastMessage when alertStore.info.upgradeR > @@ -137,7 +137,7 @@ exports[` renders upstream error toasts for each unhealthy upstream > @@ -160,7 +160,7 @@ exports[` renders upstream error toasts for each unhealthy upstream > @@ -176,7 +176,7 @@ exports[` renders upstream error toasts for each unhealthy upstream > @@ -207,7 +207,7 @@ exports[` renders upstream error toasts for each unhealthy upstream > @@ -230,7 +230,7 @@ exports[` renders upstream error toasts for each unhealthy upstream > @@ -246,7 +246,7 @@ exports[` renders upstream error toasts for each unhealthy upstream > @@ -277,7 +277,7 @@ exports[` renders upstream error toasts for each unhealthy upstream > diff --git a/ui/src/Components/Toast/__snapshots__/ToastMessages.test.tsx.snap b/ui/src/Components/Toast/__snapshots__/ToastMessages.test.tsx.snap index cfa8b80f4..73a8b9a92 100644 --- a/ui/src/Components/Toast/__snapshots__/ToastMessages.test.tsx.snap +++ b/ui/src/Components/Toast/__snapshots__/ToastMessages.test.tsx.snap @@ -45,7 +45,7 @@ exports[` matches snapshot 1`] = ` > diff --git a/ui/src/Components/ToggleIcon/__snapshots__/index.test.tsx.snap b/ui/src/Components/ToggleIcon/__snapshots__/index.test.tsx.snap index e2f43c67d..e55eb3122 100644 --- a/ui/src/Components/ToggleIcon/__snapshots__/index.test.tsx.snap +++ b/ui/src/Components/ToggleIcon/__snapshots__/index.test.tsx.snap @@ -10,11 +10,11 @@ exports[` matches snapshot when closed 1`] = ` focusable="false" role="img" style="transition: transform 0.25s ease-in-out;" - viewBox="0 0 448 512" + viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" > @@ -31,11 +31,11 @@ exports[` matches snapshot when open 1`] = ` focusable="false" role="img" style="transition: transform 0.25s ease-in-out;" - viewBox="0 0 448 512" + viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" > diff --git a/ui/src/Components/ValidationError/__snapshots__/index.test.tsx.snap b/ui/src/Components/ValidationError/__snapshots__/index.test.tsx.snap index 1bcbea5c8..710cc9cb5 100644 --- a/ui/src/Components/ValidationError/__snapshots__/index.test.tsx.snap +++ b/ui/src/Components/ValidationError/__snapshots__/index.test.tsx.snap @@ -16,7 +16,7 @@ exports[` matches snapshot 1`] = ` xmlns="http://www.w3.org/2000/svg" > diff --git a/ui/src/__snapshots__/ErrorBoundary.test.tsx.snap b/ui/src/__snapshots__/ErrorBoundary.test.tsx.snap index 910658402..0810e45ad 100644 --- a/ui/src/__snapshots__/ErrorBoundary.test.tsx.snap +++ b/ui/src/__snapshots__/ErrorBoundary.test.tsx.snap @@ -17,7 +17,7 @@ exports[` matches snapshot 1`] = ` >