-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Behat] IBX-1193 added log out step in behat #2017
Conversation
Successful Travis build - https://app.travis-ci.com/github/ezsystems/ezplatform-page-builder/jobs/549797073 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just one small nitpick
@@ -135,6 +135,14 @@ public function iGoToUserNotifications() | |||
$this->upperMenu->chooseFromUserDropdown('View Notifications'); | |||
} | |||
|
|||
/** | |||
* @Given I log out of backoffice |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like our doc uses "back office": https://doc.ibexa.co/en/latest/extending/extending_back_office/#back-office
* @Given I log out of backoffice | |
* @Given I log out of back office |
/** | ||
* @Given I log out of backoffice | ||
*/ | ||
public function iLogOutOfBackoffice() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public function iLogOutOfBackoffice() | |
public function iLogOutOfBackOffice() |
5add5a7
to
879d67c
Compare
Kudos, SonarCloud Quality Gate passed!
|
@tomaszszopinski please merge up/across |
Related PR: https://github.com/ezsystems/ezplatform-workflow/pull/244
This PR adds a simple step for Behat - logging out of the backoffice.