Sha256: d281d84c2230f7d307e419a24233fdec61c78ada83efbd00023b3772dac6409b

Contents?: true

Size: 729 Bytes

Versions: 7

Compression:

Stored size: 729 Bytes

Contents

Feature: account requests
  In order to be able to manage new accounts strictly
  As a site manager
  I want to receive and approve/deny account requests

  Background:
    Given I sign up as "Wanna B" with email "wanna@wagn.org"
    And I log in as Joe Admin
    And I create card "User+*type+*structure" with content "{{+life story}}"

  Scenario: Responding to account request
    When I go to card "AccountRequest"
    And In the main card content I click "Wanna B"
    When In the main card content I click "Invite Wanna B"
    Then I should not see "life story"
    When I press "Invite"
    Then I should see "Success"
    When I go to card "Wanna B"
    Then I should see "life story"
    
    #Then I should see "sent"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wagn-1.12.13 features/account_requests.feature
wagn-1.12.12 features/account_requests.feature
wagn-1.12.11 features/account_requests.feature
wagn-1.12.10 features/account_requests.feature
wagn-1.12.9 features/account_requests.feature
wagn-1.12.8 features/account_requests.feature
wagn-1.12.7 features/account_requests.feature