NullTraining / reviewz

..
1 stars 2 forks source link

Organization: promoting member to organizer #137

Closed msvrtan closed 6 years ago

msvrtan commented 6 years ago

@organization
Feature:
  As an organizer
  I can promote other members to organizers

  Background:
    Given there is a "Local organization" organization created by "Alex Smith"
    And "Jo Johnson" is member of "Local organization" organization

  Scenario: Organizer can promote members to organizers
    Given I am logged in as "Alex Smith"
    When I promote "Jo Johnson" to organizer of "Local organization"
    Then "Jo Johnson" is organizer of "Local organization"