mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-58683 mod_data: fix behat in clean
In clean theme the behat step to add record to mod_data does not actually view the database activity. In 3.3 the default value for completionview is 1 and it breaks the behat in Clean.
This commit is contained in:
parent
5ccddd27df
commit
56236c7d86
@ -23,6 +23,7 @@ Scenario: Two entries required to complete the activity
|
||||
| Name | Test database name |
|
||||
| Description | Test database description |
|
||||
| Completion tracking | Show activity as complete when conditions are met |
|
||||
| completionview | 0 |
|
||||
| completionentriesenabled | checked |
|
||||
| completionentries | 2 |
|
||||
And I follow "Course 1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user