Signed-off-by: szaimen <szaimen@e.mail.de>
*/
public function iVisitTheAdminSettingsPage() {
$this->iOpenTheSettingsMenu();
- $this->actor->find(self::menuItemFor('Admin settings'), 2)->click();
+ $this->actor->find(self::menuItemFor('Administration settings'), 2)->click();
}
/**
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
'order' => 3,
'href' => '/apps/test/',
'icon' => '/apps/settings/img/admin.svg',
- 'name' => 'Admin settings',
+ 'name' => 'Administration settings',
'active' => false,
'type' => 'settings',
'classes' => '',