mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Fix locale switcher and cover it with e2e
This commit is contained in:
@ -62,7 +62,11 @@ class LanguageSwitcher extends React.Component<
|
||||
const { filteredLangs } = this.state;
|
||||
|
||||
return (
|
||||
<div className={styles.languageSwitcher}>
|
||||
<div
|
||||
className={styles.languageSwitcher}
|
||||
data-testid="language-switcher"
|
||||
data-e2e-active-locale={selectedLocale}
|
||||
>
|
||||
<div className={popupStyles.popup}>
|
||||
<div className={popupStyles.header}>
|
||||
<h2 className={popupStyles.headerTitle}>
|
||||
|
Reference in New Issue
Block a user