Sha256: 399b887e1a0dfd4d561957b723ec0bf6e13b065ac0177936368e45dcaa4fd048

Contents?: true

Size: 1.09 KB

Versions: 11

Compression:

Stored size: 1.09 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 list of accounts
    And I follow "Settings" within ".account-header"
    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"
    Then I should see "Projection"
    When I follow "Users"
    Then I should see "captain@awesome.com"
    When I follow "Billing"
    Then I should see "Billing"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
saucy-0.1.18 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.1.17 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.1.16 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.1.15 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.1.14 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.1.13 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.1.12 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.1.11 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.1.9 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.1.8 lib/generators/saucy/features/templates/features/manage_account.feature
saucy-0.1.7 lib/generators/saucy/features/templates/features/manage_account.feature