Skip to content

Commit

Permalink
Fixing jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
doakalexi committed Oct 12, 2022
1 parent 2e3408c commit e2a78ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('rule_event_log_list_kpi', () => {
).toEqual('--');
expect(
wrapper
.find('[data-test-subj="ruleEventLogKpi-unknownOutcome"] .euiStat__title')
.find('[data-test-subj="ruleEventLogKpi-warningOutcome"] .euiStat__title')
.first()
.text()
).toEqual('--');
Expand Down

0 comments on commit e2a78ae

Please sign in to comment.