mirror of
https://github.com/apache/superset.git
synced 2026-05-12 03:15:55 +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:
@@ -309,13 +309,11 @@ describe('Additional actions tests', () => {
|
||||
});
|
||||
expect(props.actions.redirectSQLLab).toHaveBeenCalledTimes(0);
|
||||
userEvent.click(screen.getByLabelText('Menu actions trigger'));
|
||||
|
||||
expect(screen.queryByText('Edit Chart Properties')).not.toBeInTheDocument();
|
||||
userEvent.click(
|
||||
screen.getByRole('menuitem', { name: 'Edit chart properties' }),
|
||||
);
|
||||
expect(
|
||||
await screen.findByText('Edit Chart Properties'),
|
||||
await screen.findByText('Edit chart properties'),
|
||||
).toBeInTheDocument();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user