Sha256: cf02862365dfbf17ccc3bb49614f9c80200d1bcf46aac9f85ae096e5d082e6a5
Contents?: true
Size: 574 Bytes
Versions: 15
Compression:
Stored size: 574 Bytes
Contents
Feature: User Profile Scenario: Show my profile Given I load users Given I am logged in as "curator1@example.com" And I follow "curator1@example.com" Then I should see "Edit Your Profile" Scenario: Edit my profile Given I load users Given I am logged in as "curator1@example.com" And I follow "curator1@example.com" And I follow "Edit Your Profile" And I fill in "user_twitter_handle" with "curatorOfData" And I press "Save Profile" Then I should see "Your profile has been updated" And I should see "curatorOfData"
Version data entries
15 entries across 15 versions & 1 rubygems