You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
319 B
12 lines
319 B
10 years ago
|
@administration
|
||
|
Feature: User creation as admin
|
||
|
In order to add users
|
||
|
As an administrator
|
||
|
I need to be able to create new users
|
||
|
|
||
|
Scenario: Create a user with only user's e-mail
|
||
|
Given I am logged in
|
||
|
And I am an administrator
|
||
|
When I create a user with e-mail "sam@example.com"
|
||
|
Then the user should be added
|