зеркало из https://github.com/mozilla/fxa.git
Merge pull request #6051 from mozilla/fix-l10n-test, r=@chenba
## Because
- Translation test broke
- Surprised the text changed because the equivalent English text didn't 🤷🏽♂️
## This pull request
- Uses new translation text in test.
## Issue that this pull request solves
Closes: NA
This commit is contained in:
Коммит
a59bf22f73
|
@ -1823,7 +1823,10 @@ describe('email translations', () => {
|
|||
'ru',
|
||||
'language header is correct'
|
||||
);
|
||||
assert.include(emailConfig.subject, 'Добавлена альтернативная эл. почта');
|
||||
assert.include(
|
||||
emailConfig.subject,
|
||||
'Добавлена альтернативная электронная почта'
|
||||
);
|
||||
// assert.include(emailConfig.html, 'Подсоединить другое устройство');
|
||||
});
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче