test reflects occurrence of single 'Missing Annotation'
Signed-off-by: Mike Ball <mikedball@gmail.com>
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user