2012-06-15 06:15:28 +02:00
|
|
|
Feature: Profile
|
|
|
|
Background:
|
|
|
|
Given I signin as a user
|
|
|
|
|
|
|
|
Scenario: I look at my profile
|
|
|
|
Given I visit profile page
|
|
|
|
Then I should see my profile info
|
|
|
|
|
2012-08-03 18:29:54 +02:00
|
|
|
Scenario: I edit profile
|
|
|
|
Given I visit profile page
|
|
|
|
Then I change my contact info
|
|
|
|
And I should see new contact info
|
|
|
|
|
2012-06-15 06:15:28 +02:00
|
|
|
Scenario: I change my password
|
|
|
|
Given I visit profile password page
|
|
|
|
Then I change my password
|
|
|
|
And I should be redirected to sign in page
|
|
|
|
|
|
|
|
Scenario: I reset my token
|
|
|
|
Given I visit profile token page
|
|
|
|
Then I reset my token
|
|
|
|
And I should see new token
|