Skip to content

Commit f27c642

Browse files
committed
fix tests
Signed-off-by: szaimen <szaimen@e.mail.de>
1 parent d9399e1 commit f27c642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/acceptance/features/bootstrap/SettingsMenuContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function iVisitTheSettingsPage() {
148148
*/
149149
public function iVisitTheAdminSettingsPage() {
150150
$this->iOpenTheSettingsMenu();
151-
$this->actor->find(self::menuItemFor('Admin settings'), 2)->click();
151+
$this->actor->find(self::menuItemFor('Administration settings'), 2)->click();
152152
}
153153

154154
/**

tests/lib/NavigationManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ public function providesNavigationConfig() {
299299
'order' => 3,
300300
'href' => '/apps/test/',
301301
'icon' => '/apps/settings/img/admin.svg',
302-
'name' => 'Admin settings',
302+
'name' => 'Administration settings',
303303
'active' => false,
304304
'type' => 'settings',
305305
'classes' => '',

0 commit comments

Comments
 (0)