diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-06-23 10:39:56 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-06-23 10:39:56 +0200 |
commit | d12c1e90f8f3e9454d2a52f40854dadcdb2d822b (patch) | |
tree | 32746f28f3fcf81ffd3b81e4507ca4c32db9aabb /features/admin | |
parent | 37425618bc5a15bb58ed6695d4932d309d452cb2 (diff) | |
download | gitlab-ce-d12c1e90f8f3e9454d2a52f40854dadcdb2d822b.tar.gz |
Test secondary user email removal.
Diffstat (limited to 'features/admin')
-rw-r--r-- | features/admin/users.feature | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/features/admin/users.feature b/features/admin/users.feature index ce31aafd290..d8c1288e5f0 100644 --- a/features/admin/users.feature +++ b/features/admin/users.feature @@ -21,3 +21,11 @@ Feature: Admin Users And click edit on my user When I submit modified user Then I see user attributes changed + +@javascript + Scenario: Remove users secondary email + Given I visit admin users page + And I view the user with secondary email + And I see the secondary email + When I click remove secondary email + Then I should not see secondary email anymore |