Guest User

Untitled

a guest
Jan 24th, 2018
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Feature: forums
  2.  
  3. Scenario Outline: show/hide management for forums
  4. Given the following user records
  5. | email |
  6. | admin@thebirn.com |
  7. | management@thebirn.com |
  8. | muggle@thebirn.com |
  9. And I have logged in with email "<email>"
  10. And I have permission "<permission>"
  11.  
  12. When I go to the cp forums page
  13. Then I should <action> "Add Forum"
  14. And I should <action> "Edit"
  15.  
  16. Examples:
  17. | email | permission | action |
  18. | admin@thebirn.com | admin | see |
  19. | management@thebirn.com | backend_announcements | see |
  20. | muggle@thebirn.com | unauthorized | not see |
Add Comment
Please, Sign In to add comment