MDL-44611 behat: Description is required field and should be set

This commit is contained in:
Rajesh Taneja
2015-04-14 12:17:26 +08:00
parent 81c0cd9644
commit 8a8ae4df07
@@ -18,8 +18,9 @@ Feature: View subfolders in a course in-line
And I follow "Course 1"
And I turn editing mode on
And I add a "Folder" to section "3" and I fill the form with:
| Name | Test folder |
| Display folder contents | On a separate page |
| Name | Test folder |
| Description | Test folder for testing |
| Display folder contents | On a separate page |
And I should see "Test folder"
And I follow "Test folder"
And I press "Edit"