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/behat/features/class.feature

13 lines
442 B

Feature: Classes
In order to use the Classes
As an administrator
I need to be able to create a class
Scenario: Create a class
Given I am a platform administrator
And I am on "/main/admin/usergroups.php?action=add"
When I fill in the following:
| name | Class 1 |
| description | class description |
And I press "submit"
Then I should see "Item added"