mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
chore: Adjust language picker theme to match other menus (#14644)
This commit is contained in:
committed by
GitHub
parent
1b47902e47
commit
4e6169e0f9
@@ -332,5 +332,5 @@ test('should render the Login link when user is anonymous', () => {
|
||||
|
||||
test('should render the Language Picker', () => {
|
||||
render(<Menu {...mockedProps} />);
|
||||
expect(screen.getByRole('combobox')).toBeInTheDocument();
|
||||
expect(screen.getByLabelText('Languages')).toBeInTheDocument();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user