Guest User

Untitled

a guest
Dec 10th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Feature: New event
  2. In order to get more attendees to my event
  3. As a promoter
  4. I want to add it to broadcast it to lots of listings sites
  5.  
  6. Background:
  7. Given I am signed in as a full promoter
  8.  
  9. Scenario: Create event without new broadcast flow
  10. Given I do not have access to the "new broadcast flow"
  11. When I go to the events page
  12. And I click "New Event"
  13. Then I should be on event wizard v2
  14. And I should be using the old broadcast flow
  15.  
  16. Scenario: Create event with new broadcast flow
  17. Given I have access to the "new broadcast flow"
  18. When I go to the events page
  19. And I click "New Event"
  20. Then I should be on event wizard v2
  21. And I should be using the new broadcast flow
Add Comment
Please, Sign In to add comment