This commit is contained in:
Munyaneza Armel 2022-10-12 05:03:05 +00:00
parent fe16b749b6
commit 65c3a6df03
2 changed files with 2 additions and 3 deletions

View File

@ -26,7 +26,6 @@ describe('alert tests', () => {
expect(Icon).toBeInTheDocument;
const testId: HTMLElement = screen.getByTestId('test-id');
expect(testId).toHaveClass('alert-success');
});
test('it should show icon when alert type is equal to info', () => {
render(<Alert type={AlertType.INFO} />);