]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix tests 33790/head
authorszaimen <szaimen@e.mail.de>
Fri, 2 Sep 2022 10:41:49 +0000 (12:41 +0200)
committerszaimen <szaimen@e.mail.de>
Fri, 2 Sep 2022 14:07:13 +0000 (16:07 +0200)
Signed-off-by: szaimen <szaimen@e.mail.de>
tests/acceptance/features/bootstrap/SettingsMenuContext.php
tests/acceptance/features/header.feature
tests/lib/NavigationManagerTest.php

index 0effe906240c0b448a19833842f6dd5ec2457677..f89d8782198e25bd1da798b77e87650ba27df17d 100644 (file)
@@ -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();
        }
 
        /**
index 2debb78638c75be77a200ead7fd826f757854953..21f9147c9ac0c05ebbb0f8d4db94d3e57c03a2ed 100644 (file)
@@ -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
index d29b6888c2c883c8e2a5ae9e30e69385b2d18d62..8d70b1b25ae67d8f1486f2a02c702d08b14b91c9 100644 (file)
@@ -299,7 +299,7 @@ class NavigationManagerTest extends TestCase {
                                'order' => 3,
                                'href' => '/apps/test/',
                                'icon' => '/apps/settings/img/admin.svg',
-                               'name' => 'Admin settings',
+                               'name' => 'Administration settings',
                                'active' => false,
                                'type' => 'settings',
                                'classes' => '',