From 3e5a683a454de0e192e51c6d64e3ae91e2e6f090 Mon Sep 17 00:00:00 2001 From: laurenashleigh Date: Thu, 20 Nov 2025 13:28:21 +0000 Subject: [PATCH] update snapshot --- .../SimplifiedRuleEditor.test.tsx.snap | 40 ++++++++++++++----- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/__snapshots__/SimplifiedRuleEditor.test.tsx.snap b/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/__snapshots__/SimplifiedRuleEditor.test.tsx.snap index 507135a67d9..4c4fa2694cc 100644 --- a/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/__snapshots__/SimplifiedRuleEditor.test.tsx.snap +++ b/public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/__snapshots__/SimplifiedRuleEditor.test.tsx.snap @@ -79,7 +79,9 @@ exports[`Can create a new grafana managed alert using simplified routing can cre "type": "and", }, "query": { - "params": [], + "params": [ + "B", + ], }, "reducer": { "params": [], @@ -115,7 +117,9 @@ exports[`Can create a new grafana managed alert using simplified routing can cre "type": "and", }, "query": { - "params": [], + "params": [ + "C", + ], }, "reducer": { "params": [], @@ -245,7 +249,9 @@ exports[`Can create a new grafana managed alert using simplified routing switch "type": "and", }, "query": { - "params": [], + "params": [ + "B", + ], }, "reducer": { "params": [], @@ -281,7 +287,9 @@ exports[`Can create a new grafana managed alert using simplified routing switch "type": "and", }, "query": { - "params": [], + "params": [ + "C", + ], }, "reducer": { "params": [], @@ -414,7 +422,9 @@ exports[`Can create a new grafana managed alert using simplified routing switch "type": "and", }, "query": { - "params": [], + "params": [ + "B", + ], }, "reducer": { "params": [], @@ -450,7 +460,9 @@ exports[`Can create a new grafana managed alert using simplified routing switch "type": "and", }, "query": { - "params": [], + "params": [ + "C", + ], }, "reducer": { "params": [], @@ -586,7 +598,9 @@ exports[`Can create a new grafana managed alert using simplified routing switch "type": "and", }, "query": { - "params": [], + "params": [ + "B", + ], }, "reducer": { "params": [], @@ -622,7 +636,9 @@ exports[`Can create a new grafana managed alert using simplified routing switch "type": "and", }, "query": { - "params": [], + "params": [ + "C", + ], }, "reducer": { "params": [], @@ -755,7 +771,9 @@ exports[`Can create a new grafana managed alert using simplified routing switch "type": "and", }, "query": { - "params": [], + "params": [ + "B", + ], }, "reducer": { "params": [], @@ -791,7 +809,9 @@ exports[`Can create a new grafana managed alert using simplified routing switch "type": "and", }, "query": { - "params": [], + "params": [ + "C", + ], }, "reducer": { "params": [],