Sha256: 26f1c4d7d692393c8c52ac9dc171b3bbeb9362cf09e92eb8cc941b532dc32537

Contents?: true

Size: 1.66 KB

Versions: 28

Compression:

Stored size: 1.66 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"
    And "Wanna B" should be signed in

    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"
    And "Wanna B" should be signed in
  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

28 entries across 28 versions & 2 rubygems

Version Path
wagn-1.21.1 features/signup.feature
decko-0.2 features/signup.feature
decko-0.1 features/signup.feature
wagn-1.21.0 features/signup.feature
wagn-1.20.4 features/signup.feature
wagn-1.20.3 features/signup.feature
wagn-1.20.2 features/signup.feature
wagn-1.20.1 features/signup.feature
wagn-1.20.0 features/signup.feature
wagn-1.19.6 features/signup.feature
wagn-1.19.5 features/signup.feature
wagn-1.19.4 features/signup.feature
wagn-1.19.3 features/signup.feature
wagn-1.19.2 features/signup.feature
wagn-1.19.1 features/signup.feature
wagn-1.19.0 features/signup.feature
wagn-1.18.6 features/signup.feature
wagn-1.18.5 features/signup.feature
wagn-1.18.4 features/signup.feature
wagn-1.18.3 features/signup.feature