drevops / behat-steps

🧪 A collection of Behat step definitions for Drupal
GNU General Public License v3.0
18 stars 13 forks source link

3.x Update `UserTrait` #301

Open AlexSkrypnyk opened 18 hours ago

AlexSkrypnyk commented 18 hours ago
When I visit the user :name profile
When I visit my own profile
When I edit my own profile
When I edit the user :name profile
Given the following users do not exist:
Then the user :name should have the role(s) :roles assigned
Then the user :name should not have the role(s) :roles assigned
Then the user :name should be active
Then the user :name should be blocked
When I set the password for the user :name to :password
When I set the last access time for the user :name to :time