Create a visual indication of SR evaluation.

Mark passing and failing atoms in Submit Requirement expression by
underline of green/red color and addition a hover hint.

Screenshot: https://imgur.com/a/cnM9lzW
Google-Bug-Id: b/240386962
Release-Notes: skip
Change-Id: If7d8dbcd5bad0406f53218e8b0cb93acf7390b29
diff --git a/polygerrit-ui/app/test/test-data-generators.ts b/polygerrit-ui/app/test/test-data-generators.ts
index 18753db..77ac954 100644
--- a/polygerrit-ui/app/test/test-data-generators.ts
+++ b/polygerrit-ui/app/test/test-data-generators.ts
@@ -977,8 +977,8 @@
   return {
     expression,
     fulfilled: true,
-    passing_atoms: ['label2:verified=MAX'],
-    failing_atoms: ['label2:verified=MIN'],
+    passing_atoms: ['label:Verified=MAX'],
+    failing_atoms: ['label:Verified=MIN'],
   };
 }