We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2885aa commit db221b0Copy full SHA for db221b0
tests/acceptance/features/bootstrap/SettingsMenuContext.php
@@ -148,7 +148,7 @@ public function iVisitTheSettingsPage() {
148
*/
149
public function iVisitTheAdminSettingsPage() {
150
$this->iOpenTheSettingsMenu();
151
- $this->actor->find(self::menuItemFor('Personal settings'), 2)->click();
+ $this->actor->find(self::menuItemFor('Admin settings'), 2)->click();
152
}
153
154
/**
0 commit comments