mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-21724 course: change remaining tests to new "Save and display"
This commit is contained in:
parent
ef5b65dae4
commit
38ea5e0a39
11 changed files with 15 additions and 15 deletions
|
@ -90,7 +90,7 @@ Feature: Restore Moodle 2 course backups
|
|||
| id_startdate_month | January |
|
||||
| id_startdate_year | 2020 |
|
||||
| id_format | Weekly format |
|
||||
And I press "Save changes"
|
||||
And I press "Save and display"
|
||||
And I should see "1 January - 7 January"
|
||||
And I should see "Test forum name"
|
||||
And I click on "Edit settings" "link" in the "Administration" "block"
|
||||
|
@ -98,7 +98,7 @@ Feature: Restore Moodle 2 course backups
|
|||
And the field "id_format" matches value "Weekly format"
|
||||
And I set the following fields to these values:
|
||||
| id_format | Social format |
|
||||
And I press "Save changes"
|
||||
And I press "Save and display"
|
||||
And I should see "An open forum for chatting about anything you want to"
|
||||
And I click on "Edit settings" "link" in the "Administration" "block"
|
||||
And I expand all fieldsets
|
||||
|
|
|
@ -132,7 +132,7 @@ Feature: Award badges
|
|||
And I follow "Edit settings"
|
||||
And I set the following fields to these values:
|
||||
| Enable completion tracking | Yes |
|
||||
And I press "Save changes"
|
||||
And I press "Save and display"
|
||||
And I turn editing mode on
|
||||
And I add a "Assignment" to section "1" and I fill the form with:
|
||||
| Assignment name | Test assignment name |
|
||||
|
@ -185,7 +185,7 @@ Feature: Award badges
|
|||
And I follow "Edit settings"
|
||||
And I set the following fields to these values:
|
||||
| Enable completion tracking | Yes |
|
||||
And I press "Save changes"
|
||||
And I press "Save and display"
|
||||
And I turn editing mode on
|
||||
And I add a "Assignment" to section "1" and I fill the form with:
|
||||
| Assignment name | Test assignment name |
|
||||
|
|
|
@ -34,12 +34,12 @@ Feature: Latest news block displays the course latest news
|
|||
And I follow "Edit settings"
|
||||
And I set the following fields to these values:
|
||||
| News items to show | 2 |
|
||||
And I press "Save changes"
|
||||
And I press "Save and display"
|
||||
And I should not see "Discussion One" in the "Latest news" "block"
|
||||
And I should see "Discussion Two" in the "Latest news" "block"
|
||||
And I should see "Discussion Three" in the "Latest news" "block"
|
||||
And I follow "Edit settings"
|
||||
And I set the following fields to these values:
|
||||
| News items to show | 0 |
|
||||
And I press "Save changes"
|
||||
And I press "Save and display"
|
||||
And "Latest news" "block" should not exist
|
||||
|
|
|
@ -118,7 +118,7 @@ class behat_completion extends behat_base {
|
|||
return array(
|
||||
new Given('I follow "'.get_string('editsettings').'"'),
|
||||
new Given('I set the field "'.get_string('enablecompletion', 'completion').'" to "'.$toggle.'"'),
|
||||
new Given('I press "'.get_string('savechanges').'"')
|
||||
new Given('I press "'.get_string('savechangesanddisplay').'"')
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ Feature: Allow students to manually mark an activity as complete
|
|||
And I click on "Edit settings" "link" in the "Administration" "block"
|
||||
And I set the following fields to these values:
|
||||
| Enable completion tracking | Yes |
|
||||
And I press "Save changes"
|
||||
And I press "Save and display"
|
||||
When I add a "Forum" to section "1" and I fill the form with:
|
||||
| Forum name | Test forum name |
|
||||
| Description | Test forum description |
|
||||
|
|
|
@ -30,7 +30,7 @@ Feature: Restrict sections availability through completion or grade conditions
|
|||
And I click on "Edit settings" "link" in the "Administration" "block"
|
||||
And I set the following fields to these values:
|
||||
| Enable completion tracking | Yes |
|
||||
And I press "Save changes"
|
||||
And I press "Save and display"
|
||||
And I add a "Label" to section "1" and I fill the form with:
|
||||
| Label text | Test label |
|
||||
| Completion tracking | Students can manually mark the activity as completed |
|
||||
|
|
|
@ -27,7 +27,7 @@ Feature: Guest users can auto-enrol themself in courses where guest access is al
|
|||
Scenario: Allow guest access without password
|
||||
Given I set the following fields to these values:
|
||||
| Allow guest access | Yes |
|
||||
And I press "Save changes"
|
||||
And I press "Save and display"
|
||||
And I log out
|
||||
And I log in as "student1"
|
||||
And I follow "Course 1"
|
||||
|
@ -39,7 +39,7 @@ Feature: Guest users can auto-enrol themself in courses where guest access is al
|
|||
Given I set the following fields to these values:
|
||||
| Allow guest access | Yes |
|
||||
| Password | moodle_rules |
|
||||
And I press "Save changes"
|
||||
And I press "Save and display"
|
||||
And I log out
|
||||
And I log in as "student1"
|
||||
When I follow "Course 1"
|
||||
|
|
|
@ -47,7 +47,7 @@ Feature: Group assignment submissions
|
|||
And I click on "Edit settings" "link" in the "Administration" "block"
|
||||
And I set the following fields to these values:
|
||||
| Group mode | Separate groups |
|
||||
And I press "Save changes"
|
||||
And I press "Save and display"
|
||||
And I expand "Users" node
|
||||
And I follow "Groups"
|
||||
And I add "Student 0 (student0@asd.com)" user to "Group 1" group members
|
||||
|
|
|
@ -28,7 +28,7 @@ Feature: Set a certain number of discussions as a completion condition for a for
|
|||
And I click on "Edit settings" "link" in the "Administration" "block"
|
||||
And I set the following fields to these values:
|
||||
| Enable completion tracking | Yes |
|
||||
And I press "Save changes"
|
||||
And I press "Save and display"
|
||||
When I add a "Forum" to section "1" and I fill the form with:
|
||||
| Forum name | Test forum name |
|
||||
| Description | Test forum description |
|
||||
|
|
|
@ -32,7 +32,7 @@ Feature: Set a quiz to be marked complete when the student uses all attempts all
|
|||
And I click on "Edit settings" "link" in the "Administration" "block"
|
||||
And I set the following fields to these values:
|
||||
| Enable completion tracking | Yes |
|
||||
And I press "Save changes"
|
||||
And I press "Save and display"
|
||||
And I add a "Quiz" to section "1" and I fill the form with:
|
||||
| Name | Test quiz name |
|
||||
| Description | Test quiz description |
|
||||
|
|
|
@ -32,7 +32,7 @@ Feature: Set a quiz to be marked complete when the student passes
|
|||
And I click on "Edit settings" "link" in the "Administration" "block"
|
||||
And I set the following fields to these values:
|
||||
| Enable completion tracking | Yes |
|
||||
And I press "Save changes"
|
||||
And I press "Save and display"
|
||||
And I add a "Quiz" to section "1" and I fill the form with:
|
||||
| Name | Test quiz name |
|
||||
| Description | Test quiz description |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue