chore: Adjust language picker theme to match other menus (#14644)

This commit is contained in:
Michael S. Molina
2021-05-17 14:24:30 -03:00
committed by GitHub
parent 1b47902e47
commit 4e6169e0f9
4 changed files with 60 additions and 76 deletions

View File

@@ -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();
});