Sha256: 918ea691b24da5faeabfc96ce684dfec1a93fea41184a6d7f42a5c380e0ffa68

Contents?: true

Size: 538 Bytes

Versions: 1

Compression:

Stored size: 538 Bytes

Contents

Feature: Edit user preferences
  In order to keep my credentials secure and information up-to-date
  As a user I want to update my preferences
  
  Scenario Outline: Edit preferences
    Given I am logged in as "<username>"
    When I open my preferences
    And I fill in "E-mail Address" with "my-new-email@example.com"
    And I press "Save Changes"
    Then I should be on the preferences screen
    
    Examples:
      | username  |
      | admin     |
      | another   |
      | existing  |
      | designer |
      | non_admin |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
radiant-rc-0.9.0 features/admin/user_preferences.feature