Merge branch 'MDL-39438_master' of git://github.com/dmonllao/moodle

This commit is contained in:
Dan Poltawski 2013-05-01 08:32:30 +01:00
commit 142fa8c75d
5 changed files with 9 additions and 5 deletions

View File

@ -27,9 +27,9 @@ Feature: Forms manipulation
And I log in as "admin"
And I follow "Course 1"
And I turn editing mode on
And I add a "forum" to section "1"
And I add a "Quiz" to section "1"
When I expand all fieldsets
Then I should see "Display word count"
Then I should see "Close the quiz"
And I should see "Group mode"
And I should see "Grouping"
And I should not see "Show more..."

View File

@ -80,6 +80,7 @@ Feature: Restore Moodle 2 course backups
Then I should see "Topic 1"
And I should see "Test forum name"
And I follow "Edit settings"
And I expand all fieldsets
And the "id_format" field should match "Topics format" value
And I fill the moodle form with:
| id_startdate_day | 1 |
@ -90,18 +91,21 @@ Feature: Restore Moodle 2 course backups
And I should see "1 January - 7 January"
And I should see "Test forum name"
And I follow "Edit settings"
And I expand all fieldsets
And the "id_format" field should match "Weekly format" value
And I fill the moodle form with:
| id_format | Social format |
And I press "Save changes"
And I should see "An open forum for chatting about anything you want to"
And I follow "Edit settings"
And I expand all fieldsets
And the "id_format" field should match "Social format" value
And I fill the moodle form with:
| id_format | SCORM format |
And I press "Save changes"
And I should see "Adding a new SCORM package"
And I follow "Edit settings"
And I expand all fieldsets
And the "id_format" field should match "SCORM format" value
And I press "Cancel"

View File

@ -27,7 +27,7 @@ Feature: Allow students to manually mark an activity as complete
And I turn editing mode on
And I follow "Edit settings"
And I fill the moodle form with:
| Completion tracking | Enabled, control via completion and activity settings |
| Enable completion tracking | Yes |
And I press "Save changes"
When I add a "Forum" to section "1" and I fill the form with:
| Forum name | Test forum name |

View File

@ -27,7 +27,7 @@ Feature: Restrict sections availability through completion conditions
And I turn editing mode on
And I follow "Edit settings"
And I fill the moodle form with:
| Completion tracking | Enabled, control via completion and activity settings |
| Enable completion tracking | Yes |
And I press "Save changes"
And I add a "Label" to section "1" and I fill the form with:
| Label text | Test label |

View File

@ -27,7 +27,7 @@ Feature: Set a certain number of discussions as a completion condition for a for
And I turn editing mode on
And I follow "Edit settings"
And I fill the moodle form with:
| Completion tracking | Enabled, control via completion and activity settings |
| Enable completion tracking | Yes |
And I press "Save changes"
When I add a "Forum" to section "1" and I fill the form with:
| Forum name | Test forum name |