Sha256: cf5a112e66819797b0ddf1af74ad213096c4c02f82bd74170f997660eee789bb
Contents?: true
Size: 1.77 KB
Versions: 1
Compression:
Stored size: 1.77 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" @javascript 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 my account" Then I should see "Warning" When I follow "I understand" Then I should see "Your account has been deleted" When I go to the dashboard page Then I should not see "Chocolate" @javascript Scenario: Cancel deleting 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 my account" And I follow "don't delete my account" Then I should not see "Your account has been deleted"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
saucy-0.10.10 | lib/generators/saucy/features/templates/features/manage_account.feature |