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