Skip to content

Commit ea81134

Browse files
committed
-
1 parent 486f207 commit ea81134

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_list/components/alerts_list.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ describe('alerts_list with show only capability', () => {
498498

499499
it('renders table of alerts with delete button disabled', async () => {
500500
await setup();
501+
expect(wrapper).toMatchShapshot();
501502
expect(wrapper.find('EuiBasicTable')).toHaveLength(1);
502503
expect(wrapper.find('EuiTableRow')).toHaveLength(2);
503504
// TODO: check delete button

x-pack/plugins/triggers_actions_ui/public/application/sections/alerts_list/components/alerts_list.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,6 @@ export const AlertsList: React.FunctionComponent = () => {
440440
defaultMessage="Error found in {totalStausesError, plural, one {# alert} other {# alerts}}."
441441
values={{
442442
totalStausesError: alertsStatusesTotal.error,
443-
singleTitle: 'alert',
444-
multipleTitle: 'alerts',
445443
}}
446444
/>
447445
}

0 commit comments

Comments
 (0)