Sha256: 029b7e1f9efb0a4dccb2106bc793b45002afd4c4f2dd4e0d61bb31d8176fc851

Contents?: true

Size: 1.37 KB

Versions: 19

Compression:

Stored size: 1.37 KB

Contents

Feature: Manage account
  As a user
  In order to properly represent my organization
  I want to be able to edit account details

  Scenario: Edit account details
    Given an account exists with a name of "Test"
    And I am signed in as an admin of the "Test" account
    When I go to the settings page
    And I follow "Test"
    Then I should see "Settings for Test"
    When I fill in "Account name" with "Name Change"
    And I press "Update"
    When I follow "Name Change"
    Then the "Account name" field should contain "Name Change"

  Scenario: Account Settings Tab Bar
    Given an account exists with a name of "Test"
    And I am signed in as an admin of the "Test" account
    And a project named "Projection" exists under the "Test" account
    And the user "captain@awesome.com" exists under the "Test" account
    When I go to the settings page for the "Test" account
    And I follow "Projects" within ".subnav"
    Then I should see "Projection"
    When I follow "Users"
    Then I should see "captain@awesome.com"

  Scenario: Delete account
    Given an account exists with a name of "Chocolate"
    And I am signed in as an admin of the "Chocolate" account
    When I go to the settings page for the "Chocolate" account
    And I follow "Delete"
    Then I should see "Your account has been deleted"
    When I go to the dashboard page
    Then I should not see "Chocolate"

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
saucy-0.5.1 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.5.0 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.4.10 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.4.9 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.4.8 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.4.7 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.4.6 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.4.5 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.4.4 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.4.3 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.4.2 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.4.1 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.3.4.1 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.4.0 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.3.4 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.3.3 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.3.2 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.3.1 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.3.0 lib/generators/saucy/features/templates/features/manage_account.feature