Skip to content

Commit

Permalink
fixup! fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
  • Loading branch information
danxuliu committed Aug 31, 2022
1 parent b2885aa commit db221b0
Showing 1 changed file with 1 addition and 1 deletion.
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('Personal settings'), 2)->click();
$this->actor->find(self::menuItemFor('Admin settings'), 2)->click();
}

/**
Expand Down

0 comments on commit db221b0

Please sign in to comment.