test reflects occurrence of single 'Missing Annotation'

Signed-off-by: Mike Ball <mikedball@gmail.com>
This commit is contained in:
Mike Ball
2022-02-07 13:55:01 -05:00
parent 04365cd213
commit 9552df7653
@@ -212,7 +212,7 @@ describe('SplunkOnCallCard', () => {
),
);
await waitFor(() => !queryByTestId('progress'));
expect(getAllByText('Missing Annotation').length).toEqual(2);
expect(getAllByText('Missing Annotation').length).toEqual(1);
});
it('handles warning for incorrect team annotation', async () => {