mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-39438_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
142fa8c75d
@ -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..."
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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 |
|
||||
|
@ -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 |
|
||||
|
@ -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 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user