Sha256: 072a6d64ee35a61a05e731781fc3a8e6482ae4a0fe16d2029159fc3ca02dad8a

Contents?: true

Size: 1.37 KB

Versions: 18

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 ".tabs"
    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

18 entries across 18 versions & 1 rubygems

Version Path
saucy-0.2.28.1 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.45 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.44 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.43 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.42 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.41 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.40 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.39 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.38 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.36 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.35 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.34 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.33 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.32 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.31 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.30 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.29 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.2.28 lib/generators/saucy/features/templates/features/manage_account.feature