radamesp

Update password

May 12th, 2021 (edited)
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Feature: Update password
  2. Scenario: Admin user can update the user password
  3. Given I am in the HR system with an Admin account
  4. When I update password of another user
  5. Then I receive a message for updating password successfully
  6. And user password is updated to the new password
Add Comment
Please, Sign In to add comment