mirror of
https://github.com/apache/superset.git
synced 2026-05-12 03:15:55 +00:00
merging
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user