Skip to content

Commit

Permalink
Add prefill for equation and label in test
Browse files Browse the repository at this point in the history
  • Loading branch information
maryam-saeidi committed Jan 22, 2024
1 parent 78c939c commit 57cd386
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ describe('Expression', () => {
{ name: 'B', aggType: Aggregators.CARDINALITY, field: 'system.cpu.user.pct' },
],
comparator: Comparator.LT_OR_EQ,
equation: 'A * B',
label: 'prefill label',
threshold: [500],
timeSize: 7,
timeUnit: 'h',
Expand All @@ -199,6 +201,8 @@ describe('Expression', () => {
{ name: 'B', aggType: Aggregators.CARDINALITY, field: 'system.cpu.user.pct' },
],
comparator: Comparator.LT_OR_EQ,
equation: 'A * B',
label: 'prefill label',
threshold: [500],
timeSize: 7,
timeUnit: 'h',
Expand Down

0 comments on commit 57cd386

Please sign in to comment.