This commit is contained in:
Maxime Beauchemin
2025-03-19 12:58:37 -07:00
372 changed files with 4983 additions and 6795 deletions

View File

@@ -228,7 +228,7 @@ test('should render a warning', async () => {
};
render(<DatasourcePanel {...newProps} />, { useRedux: true, useDnd: true });
expect(
await screen.findByRole('img', { name: 'alert-solid' }),
await screen.findByRole('img', { name: 'warning' }),
).toBeInTheDocument();
});