2013-01-09 12:04:55 +02:00
|
|
|
Feature: Admin Users
|
2013-01-09 19:38:27 +02:00
|
|
|
Background:
|
|
|
|
Given I sign in as an admin
|
|
|
|
And system has users
|
2013-01-09 12:04:55 +02:00
|
|
|
|
2013-01-09 19:38:27 +02:00
|
|
|
Scenario: On Admin Users
|
|
|
|
Given I visit admin users page
|
|
|
|
Then I should see all users
|
2013-03-26 14:42:08 +09:00
|
|
|
|
|
|
|
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
|