aboutsummaryrefslogtreecommitdiffstats
path: root/tests/acceptance
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-09-02 17:01:52 +0200
committerGitHub <noreply@github.com>2022-09-02 17:01:52 +0200
commit6132b6a4aec0cad2a92478ea913d6b8c6ce43835 (patch)
tree0546c3808cd4bf3a287108ce3df0c6bc801c9226 /tests/acceptance
parent579497e9995b4da34402c3c155cb16560b67f0f0 (diff)
parentb31c92e6f513009aacbb465d71ec8fac1478738f (diff)
downloadnextcloud-server-6132b6a4aec0cad2a92478ea913d6b8c6ce43835.tar.gz
nextcloud-server-6132b6a4aec0cad2a92478ea913d6b8c6ce43835.zip
Merge pull request #33790 from nextcloud/Valdnet-patch-2
l10n: Spelling unification
Diffstat (limited to 'tests/acceptance')
-rw-r--r--tests/acceptance/features/bootstrap/SettingsMenuContext.php2
-rw-r--r--tests/acceptance/features/header.feature2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/acceptance/features/bootstrap/SettingsMenuContext.php b/tests/acceptance/features/bootstrap/SettingsMenuContext.php
index 0effe906240..f89d8782198 100644
--- a/tests/acceptance/features/bootstrap/SettingsMenuContext.php
+++ b/tests/acceptance/features/bootstrap/SettingsMenuContext.php
@@ -148,7 +148,7 @@ class SettingsMenuContext implements Context, ActorAwareInterface {
*/
public function iVisitTheAdminSettingsPage() {
$this->iOpenTheSettingsMenu();
- $this->actor->find(self::menuItemFor('Admin settings'), 2)->click();
+ $this->actor->find(self::menuItemFor('Administration settings'), 2)->click();
}
/**
diff --git a/tests/acceptance/features/header.feature b/tests/acceptance/features/header.feature
index 2debb78638c..21f9147c9ac 100644
--- a/tests/acceptance/features/header.feature
+++ b/tests/acceptance/features/header.feature
@@ -8,7 +8,7 @@ Feature: header
And I see that the Settings menu has only 8 items
And I see that the "Set status" item in the Settings menu is shown
And I see that the "Personal settings" item in the Settings menu is shown
- And I see that the "Admin settings" item in the Settings menu is shown
+ And I see that the "Administration settings" item in the Settings menu is shown
And I see that the "Apps" item in the Settings menu is shown
And I see that the "Users" item in the Settings menu is shown
And I see that the "Help" item in the Settings menu is shown