mirror of
https://github.com/apache/superset.git
synced 2026-07-19 21:25:38 +00:00
refactor(Icons): Replaces custom icons with Ant Design 5 icons (#32112)
Replace custom icons with Ant Design 5 icons to standardize the icon
This commit is contained in:
@@ -32,9 +32,7 @@ test('renders with default props', async () => {
|
||||
{ useDnd: true },
|
||||
);
|
||||
expect(container).toBeInTheDocument();
|
||||
expect(
|
||||
await screen.findByRole('img', { name: 'x-small' }),
|
||||
).toBeInTheDocument();
|
||||
expect(await screen.findByRole('img', { name: 'close' })).toBeInTheDocument();
|
||||
});
|
||||
|
||||
test('triggers onShiftOptions on drop', async () => {
|
||||
|
||||
Reference in New Issue
Block a user