summaryrefslogtreecommitdiff
path: root/features/admin
diff options
context:
space:
mode:
authorSato Hiroyuki <sathiroyuki@gmail.com>2013-03-26 14:42:08 +0900
committerSato Hiroyuki <sathiroyuki@gmail.com>2013-03-26 14:47:11 +0900
commit33e236c63124e5c59dba5979d641ba174f4a1479 (patch)
treee530c4117d83e8dd56df90726bcfc035d2029e25 /features/admin
parent90db28d6d0a031cad8dc58bc5936e381ce82a764 (diff)
downloadgitlab-ce-33e236c63124e5c59dba5979d641ba174f4a1479.tar.gz
Fix RoutingError when changing username to non ascii char.
Diffstat (limited to 'features/admin')
-rw-r--r--features/admin/users.feature8
1 files changed, 8 insertions, 0 deletions
diff --git a/features/admin/users.feature b/features/admin/users.feature
index 03ac86a367b..4c951df9fe2 100644
--- a/features/admin/users.feature
+++ b/features/admin/users.feature
@@ -6,3 +6,11 @@ Feature: Admin Users
Scenario: On Admin Users
Given I visit admin users page
Then I should see all users
+
+ Scenario: Edit user and change username to non ascii char
+ When I visit admin users page
+ And Click edit
+ And Input non ascii char in username
+ And Click save
+ Then See username error message
+ And Not chenged form action url