From efeea41ddffe868578ba4323d645d823fcbea318 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 24 Aug 2024 19:56:06 +0200 Subject: [PATCH] curl tests: fix expect_title lang --- tests.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.toml b/tests.toml index a2af694..736512d 100644 --- a/tests.toml +++ b/tests.toml @@ -18,11 +18,11 @@ test_format = 1.0 #dash.path = "/" dash.logged_on_sso = true - dash.expect_title = "Tableau de bord - Nextcloud" + dash.expect_title = "Dashboard - Nextcloud" admin.path = "/settings/admin" 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"