Chamilo is a learning management system focused on ease of use and accessibility
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.
chamilo-lms/tests/features/createUser.feature

12 lines
319 B

@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