Skip to content

Commit db221b0

Browse files
committed
fixup! fix tests
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
1 parent b2885aa commit db221b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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('Personal settings'), 2)->click();
151+
$this->actor->find(self::menuItemFor('Admin settings'), 2)->click();
152152
}
153153

154154
/**

0 commit comments

Comments
 (0)