Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Nov 19, 2020
1 parent 703898f commit 3aceac3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('alert_conditions', () => {
);

expect(wrapper.find(EuiTitle).find(FormattedMessage).prop('id')).toMatchInlineSnapshot(
`"xpack.triggersActionsUI.sections.alertAdd.conditions.title"`
`"xpack.triggersActionsUI.sections.alertForm.conditions.title"`
);
expect(
wrapper.find(EuiTitle).find(FormattedMessage).prop('defaultMessage')
Expand Down

0 comments on commit 3aceac3

Please sign in to comment.