Sha256: 91acb7592e2a87508ada0a77d2b23626378a067650f7cfdccd8ebcb612404af3

Contents?: true

Size: 1.33 KB

Versions: 55

Compression:

Stored size: 1.33 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"
    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

55 entries across 55 versions & 2 rubygems

Version Path
saucy-0.8.3 lib/generators/saucy/features/templates/features/manage_account.feature
saasy-0.0.1 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.8.2 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.8.1 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.8.0 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.7.3 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.7.2 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.7.1 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.7.0 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.6.1 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.6.0 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.5.5 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.5.4 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.5.3 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.5.2 lib/generators/saucy/features/templates/features/manage_account.feature