Test changing to Chinese locale (#1051)

This commit is contained in:
Daniel Markstedt 2022-12-22 12:15:10 -08:00 committed by GitHub
parent 8dec4af3b9
commit 96aff59d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ from conftest import STATUS_SUCCESS
("fr", "Langue de linterface web changée pour français"),
("sv", "Bytte webbgränssnittets språk till svenska"),
("en", "Changed Web Interface language to English"),
("zh", "Web 界面语言已更改为 中文"),
],
)
def test_set_language(http_client, locale, confirm_message):