Skip to content

Commit

Permalink
IBX-1193 added log out step in behat
Browse files Browse the repository at this point in the history
CR fixes
  • Loading branch information
tomaszszopinski committed Dec 7, 2021
1 parent 9b2a661 commit 879d67c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib/Behat/BrowserContext/NavigationContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,14 @@ public function iGoToUserNotifications()
$this->upperMenu->chooseFromUserDropdown('View Notifications');
}

/**
* @Given I log out of back office
*/
public function iLogOutOfBackOffice()
{
$this->upperMenu->chooseFromUserDropdown('Logout');
}

/**
* @Given I'm on Content view Page for :path
* @Given there exists Content view Page for :path
Expand Down

0 comments on commit 879d67c

Please sign in to comment.