Sha256: ba94c015751b0f77f8000ec8830947303aadef7e0a637a20d435c502b4aae12c
Contents?: true
Size: 1.03 KB
Versions: 12
Compression:
Stored size: 1.03 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"
Version data entries
12 entries across 12 versions & 1 rubygems