Sha256: 6e0691458de0480823bfeb144ef645de41201d36ef71286a6d54529d6e693f86
Contents?: true
Size: 524 Bytes
Versions: 12
Compression:
Stored size: 524 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 follow "Preferences" And I fill in "E-mail" with "my-new-email@example.com" And I press "Save Changes" Then I should see "updated" And I should see "Home" Examples: | username | | another | | existing | | developer | | non_admin |
Version data entries
12 entries across 12 versions & 2 rubygems