Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix tests
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen committed Sep 2, 2022
commit b31c92e6f513009aacbb465d71ec8fac1478738f
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function iVisitTheSettingsPage() {
*/
public function iVisitTheAdminSettingsPage() {
$this->iOpenTheSettingsMenu();
$this->actor->find(self::menuItemFor('Admin settings'), 2)->click();
$this->actor->find(self::menuItemFor('Administration settings'), 2)->click();
}

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/header.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/NavigationManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public function providesNavigationConfig() {
'order' => 3,
'href' => '/apps/test/',
'icon' => '/apps/settings/img/admin.svg',
'name' => 'Admin settings',
'name' => 'Administration settings',
'active' => false,
'type' => 'settings',
'classes' => '',
Expand Down