commit | ea6057ce57bf95e10bbe79ba00328c6908a54011 | [log] [tgz] |
---|---|---|
author | Kamil Musin <kamilm@google.com> | Thu Aug 25 14:13:49 2022 +0200 |
committer | Kamil Musin <kamilm@google.com> | Thu Aug 25 15:59:56 2022 +0200 |
tree | 9efaf633c108b52c0451f8c25266d9f3703a5a5e | |
parent | 657968b81f9c0dc7b53b39d502bfa1dd946368c1 [diff] [blame] |
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'], }; }