We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43b646 commit ad19feaCopy full SHA for ad19fea
x-pack/plugins/stack_alerts/server/alert_types/geo_containment/tests/alert_type.test.ts
@@ -18,6 +18,10 @@ describe('alertType', () => {
18
expect(alertType.actionGroups).toEqual([
19
{ id: 'Tracked entity contained', name: 'Tracking containment met' },
20
]);
21
+ expect(alertType.recoveryActionGroup).toEqual({
22
+ id: 'notGeoContained',
23
+ name: 'No longer contained',
24
+ });
25
26
expect(alertType.actionVariables).toMatchSnapshot();
27
});
0 commit comments