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

16 lines
487 B

Feature: Work tool
In order to use the work tool
The teachers should be able to create works
Background:
Given I am a platform administrator
And I am on course "TEMP" homepage
Scenario: Create a work
Given I am on "/main/work/work.php?action=create_dir&cidReq=TEMP"
When I fill in the following:
| new_dir | Work 1 |
9 years ago
And I fill in ckeditor field "description" with "Work description"
And I press "submit"
Then I should see "Directory created"