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/career.feature

13 lines
460 B

Feature: Career
In order to use the Career
As an administrator
I need to be able to create a career
Scenario: Create a Career
Given I am a platform administrator
And I am on "/main/admin/careers.php?action=add"
When I fill in the following:
| name | Developer |
And I fill in ckeditor field "description" with "Description"
And I press "submit"
Then I should see "Item added"