gitlabhq/features/profile/profile.feature

28 lines
702 B
Gherkin
Raw Permalink Normal View History

Feature: Profile
Background:
Given I sign in as a user
Scenario: I look at my profile
Given I visit profile page
Then I should see my profile info
Scenario: I edit profile
Given I visit profile page
Then I change my contact info
And I should see new contact info
Scenario: I change my password
2012-09-14 18:13:25 +02:00
Given I visit profile account page
Then I change my password
And I should be redirected to sign in page
Scenario: I reset my token
2012-09-14 17:58:16 +02:00
Given I visit profile account page
Then I reset my token
And I should see new token
2012-09-27 22:23:11 +02:00
Scenario: I visit history tab
Given I have activity
When I visit profile history page
Then I should see my activity