Sha256: b76ec65a6badb9ffa962436fa6751db306e2748f2936847ce1cf0dd4da0d18ef

Contents?: true

Size: 1.58 KB

Versions: 27

Compression:

Stored size: 1.58 KB

Contents

Feature: Signing up
  In order to be able to contribute content and be credited for my contributions
  As a content editor
  I want to signup for an account

  Background:
    # By default Wagns are configured to require approval

  Scenario: Signing up (without approval) and then signing out and back in
    Given Joe Admin creates Pointer card "User+*type+*create" with content "[[Anyone]]"
    And I am signed out
    #This is the needed permission configuration to allow signups without approval
    
    When I go to the home page
    And I follow "Sign up"
    And I fill in "card_name" with "Wanna B"
    And I enter "wanna@wagn.org" into "*email"
    And I enter "wanna_pass" into "*password"
    And I press "Submit"
    Then I should see "Signup Success"
    And "wanna@wagn.org" should receive an email with subject "verification link for My Wagn"
    
    When I open the email
    And I click the first link in the email
    Then I should see "Wanna B"
    
    When I follow "Sign out"
    Then I should not see "Wanna B"
    
    When I follow "Sign in"
    And I enter "wanna@wagn.org" into "*email"
    And I enter "wanna_pass" into "*password"
    And I press "Sign in"
    Then I should see "Wanna B"
  
  Scenario: Signing up with approval
    #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

27 entries across 27 versions & 1 rubygems

Version Path
wagn-1.15.7 features/signup.feature
wagn-1.15.6 features/signup.feature
wagn-1.15.5 features/signup.feature
wagn-1.15.4 features/signup.feature
wagn-1.15.3 features/signup.feature
wagn-1.15.2 features/signup.feature
wagn-1.15.1 features/signup.feature
wagn-1.15.0 features/signup.feature
wagn-1.15.pre2 features/signup.feature
wagn-1.15.pre features/signup.feature
wagn-1.14.9 features/signup.feature
wagn-1.14.8 features/signup.feature
wagn-1.14.7 features/signup.feature
wagn-1.14.6 features/signup.feature
wagn-1.14.5 features/signup.feature
wagn-1.14.4 features/signup.feature
wagn-1.14.3 features/signup.feature
wagn-1.14.2 features/signup.feature
wagn-1.14.1 features/signup.feature
wagn-1.14.0 features/signup.feature