Details
-
Bug
-
Resolution: Fixed
-
High
-
5.4-dev
-
None
-
php: 5.4
Description
Hi,
on (...)/behatbundle/Context/Browser/SubContext/Authentication.php, the "Given I am logged (in) as a .role" ignore the :role parameter and always log as administrator
{ /** * @Given I am logged (in) as a(n) :role * @Given I have :role permissions */ public function iAmLoggedInAsAn( $role ) { $credentials = $this->getCredentialsFor( 'administrator' ); $this->iAmLoggedInAsWithPassword( $credentials['login'], $credentials['password'] ); }
Attachments
Issue Links
- testing discovered
-
EZP-23595 PDOException in UserService createUser(): Integrity constraint violation
- Closed