Explorar o código

updated snapshot

Patrick O'Carroll %!s(int64=8) %!d(string=hai) anos
pai
achega
025835c9bf

+ 36 - 2
public/app/containers/AlertRuleList/__snapshots__/AlertRuleList.jest.tsx.snap

@@ -23,7 +23,24 @@ exports[`AlertRuleList should render 1 rule 1`] = `
         <a
           href="dashboard/db/mygool?panelId=3&fullscreen&edit&tab=alert"
         >
-          Panel Title alert
+          <Highlighter
+            highlightClassName="textHighlight"
+            searchWords={
+              Array [
+                "",
+              ]
+            }
+            textToHighlight="Panel Title alert"
+          >
+            <span>
+              <span
+                className=""
+                key="0"
+              >
+                Panel Title alert
+              </span>
+            </span>
+          </Highlighter>
         </a>
       </div>
       <div
@@ -32,7 +49,24 @@ exports[`AlertRuleList should render 1 rule 1`] = `
         <span
           className="alert-state-ok"
         >
-          OK
+          <Highlighter
+            highlightClassName="textHighlight"
+            searchWords={
+              Array [
+                "",
+              ]
+            }
+            textToHighlight="OK"
+          >
+            <span>
+              <span
+                className=""
+                key="0"
+              >
+                OK
+              </span>
+            </span>
+          </Highlighter>
         </span>
         <span
           className="alert-rule-item__time"