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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue