diff options
author | Jerome Dalbert <jerome@rentify.com> | 2014-01-18 19:07:00 +0000 |
---|---|---|
committer | Jerome Dalbert <jerome@rentify.com> | 2014-01-18 19:15:10 +0000 |
commit | 2e3f250d4516c92adce5511747419d7f1fe04b97 (patch) | |
tree | bdf7a0dc744a55a3b96a10131baebd996e5b9d79 /features/profile | |
parent | dba982403b7b894d2096ea61b89a247060eefe57 (diff) | |
download | gitlab-ce-2e3f250d4516c92adce5511747419d7f1fe04b97.tar.gz |
Add website url to user
Diffstat (limited to 'features/profile')
-rw-r--r-- | features/profile/profile.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature index 6b0421a20b3..8b6ee6fd67f 100644 --- a/features/profile/profile.feature +++ b/features/profile/profile.feature @@ -8,8 +8,8 @@ Feature: Profile Scenario: I edit profile Given I visit profile page - Then I change my contact info - And I should see new contact info + Then I change my profile info + And I should see new profile info Scenario: I change my password without old one Given I visit profile password page |