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