diff options
author | Steven Thonus <github@popl.nl> | 2013-10-06 20:13:56 +0200 |
---|---|---|
committer | Steven Thonus <github@popl.nl> | 2013-10-09 09:05:09 +0200 |
commit | 65cad57a35002a9fd168863ae8a4d7ca045fb938 (patch) | |
tree | 61227cc71fea23b8f75852cd92452e4f2fd47179 /features/profile/profile.feature | |
parent | 358426d66164d720d793ea37bacb4fc331c30171 (diff) | |
download | gitlab-ce-65cad57a35002a9fd168863ae8a4d7ca045fb938.tar.gz |
avatar upload on profile page
Diffstat (limited to 'features/profile/profile.feature')
-rw-r--r-- | features/profile/profile.feature | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature index c74b0993fb3..6d210fb4df7 100644 --- a/features/profile/profile.feature +++ b/features/profile/profile.feature @@ -22,6 +22,11 @@ Feature: Profile Then I change my password And I should be redirected to sign in page + Scenario: I edit my avatar + Given I visit profile page + Then I change my avatar + And I should see new avatar + Scenario: My password is expired Given my password is expired And I am not an ldap user |