Sha256: 6c46e78326e8c70e2acfd530fdb782ea4c1593368962f2427717176b85d56591

Contents?: true

Size: 1.35 KB

Versions: 22

Compression:

Stored size: 1.35 KB

Contents

Feature: user adds a new account

  Background:
    Given a plan exists with a name of "Free"

  Scenario: existing user adds an account
    Given I am signed up as "user@example.com/test"
    When I go to the sign up page for the "Free" plan
    And I fill in "Email" with "user@example.com"
    And I fill in "Password" with "test"
    And I press "Sign up"
    Then I should see "created"
    But I should not see "Instructions for confirming"
    And I should be on the new project page for the newest account by "user@example.com"

  Scenario: sign up for two accounts
    When I go to the sign up page for the "Free" plan
    And I fill in "Email" with "email@person.com"
    And I fill in "Password" with "password"
    And I press "Sign up"
    Then I should see "created"
    And I should be on the new project page for the newest account by "email@person.com"
    When I go to the settings page
    Then I should see 1 account
    And I follow "Add new account"
    And I follow "Free"
    Then I should see "Your existing user, email, will be added as the first administrator on this new account."
    And I press "Sign up"
    Then I should see "created"
    But I should not see "Instructions for confirming"
    And I should be on the new project page for the newest account by "email@person.com"
    When I go to the settings page
    Then I should see 2 accounts

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
saasy-0.0.2.alpha3 lib/generators/saucy/features/templates/features/new_account.feature
saasy-0.0.2.alpha2 lib/generators/saucy/features/templates/features/new_account.feature
saasy-0.0.2.alpha1 lib/generators/saucy/features/templates/features/new_account.feature
saucy-0.9.1 lib/generators/saucy/features/templates/features/new_account.feature
saucy-0.9.0 lib/generators/saucy/features/templates/features/new_account.feature
saucy-0.8.5 lib/generators/saucy/features/templates/features/new_account.feature
saucy-0.8.4 lib/generators/saucy/features/templates/features/new_account.feature
saucy-0.8.3 lib/generators/saucy/features/templates/features/new_account.feature
saasy-0.0.1 lib/generators/saucy/features/templates/features/new_account.feature
saucy-0.8.2 lib/generators/saucy/features/templates/features/new_account.feature
saucy-0.8.1 lib/generators/saucy/features/templates/features/new_account.feature
saucy-0.8.0 lib/generators/saucy/features/templates/features/new_account.feature
saucy-0.7.3 lib/generators/saucy/features/templates/features/new_account.feature
saucy-0.7.2 lib/generators/saucy/features/templates/features/new_account.feature
saucy-0.7.1 lib/generators/saucy/features/templates/features/new_account.feature
saucy-0.7.0 lib/generators/saucy/features/templates/features/new_account.feature
saucy-0.6.1 lib/generators/saucy/features/templates/features/new_account.feature
saucy-0.6.0 lib/generators/saucy/features/templates/features/new_account.feature
saucy-0.5.5 lib/generators/saucy/features/templates/features/new_account.feature
saucy-0.5.4 lib/generators/saucy/features/templates/features/new_account.feature