mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
curl tests: fix expect_title lang
This commit is contained in:
parent
1856729055
commit
efeea41ddf
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ test_format = 1.0
|
||||||
|
|
||||||
#dash.path = "/"
|
#dash.path = "/"
|
||||||
dash.logged_on_sso = true
|
dash.logged_on_sso = true
|
||||||
dash.expect_title = "Tableau de bord - Nextcloud"
|
dash.expect_title = "Dashboard - Nextcloud"
|
||||||
|
|
||||||
admin.path = "/settings/admin"
|
admin.path = "/settings/admin"
|
||||||
admin.logged_on_sso = true
|
admin.logged_on_sso = true
|
||||||
admin.expect_title = "Paramètres d'administration - Nextcloud"
|
admin.expect_title = "Administration settings - Nextcloud"
|
||||||
|
|
||||||
asset.path = "/core/img/logo/logo.svg"
|
asset.path = "/core/img/logo/logo.svg"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue