Skip to content

Commit

Permalink
Removed obsolete step
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Jan 10, 2022
1 parent edf8306 commit 83796a2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/lib/Behat/BrowserContext/NavigationContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,7 @@ public function tryToOpenPage(string $pageName): void
{
$this->pageRegistry->get($pageName)->tryToOpen('admin');
}

/**
* @Given I go to change my password
* @Given I go to change my password in user preferences
*/
public function iGoToChangeMyPassword()
{
$this->upperMenu->chooseFromUserDropdown('Change password');
}


/**
* @Then /^I should be on "?([^\"]*)"? page$/
*/
Expand Down

0 comments on commit 83796a2

Please sign in to comment.