users: tests: functional: Leave no-language as final setting

- Whenever functional tests for user app are run, the tester user is left with
the last language that is tested. This is a minor inconvenience. Fix this by
adding no-language option to test at the end.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2020-05-28 11:02:23 -07:00 committed by James Valleroy
parent 399a132bac
commit 61d36e43fe
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ from plinth.tests import functional
scenarios('users.feature')
_language_codes = {
'None': '',
'Deutsch': 'de',
'Nederlands': 'nl',
'Português': 'pt',
@ -26,6 +27,7 @@ _language_codes = {
}
_config_page_title_language_map = {
'': 'General Configuration',
'da': 'Generel Konfiguration',
'de': 'Allgemeine Konfiguration',
'es': 'Configuración general',

View File

@ -51,3 +51,4 @@ Scenario Outline: Change language
| |
| Türkçe |
| |
| None |