Sha256: ccf305e2c9024576ed838f4791aad81d4ae82f6ce5f4ce9c0c30f6207e3c0158

Contents?: true

Size: 1.59 KB

Versions: 16

Compression:

Stored size: 1.59 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 go to the home page
    And 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

16 entries across 16 versions & 1 rubygems

Version Path
wagn-1.16.15 features/signup.feature
wagn-1.16.14 features/signup.feature
wagn-1.16.13 features/signup.feature
wagn-1.16.12 features/signup.feature
wagn-1.16.11 features/signup.feature
wagn-1.16.10 features/signup.feature
wagn-1.16.9 features/signup.feature
wagn-1.16.8 features/signup.feature
wagn-1.16.7 features/signup.feature
wagn-1.16.6 features/signup.feature
wagn-1.16.5 features/signup.feature
wagn-1.16.4 features/signup.feature
wagn-1.16.3 features/signup.feature
wagn-1.16.2 features/signup.feature
wagn-1.16.1 features/signup.feature
wagn-1.16.0 features/signup.feature