toolWork.feature 487 B

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