mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Merge branch 'main_MDL-81172' of https://github.com/mattporritt/moodle
This commit is contained in:
commit
1320a2a397
29 changed files with 81 additions and 7 deletions
|
@ -13,6 +13,8 @@ Feature: Restoring Moodle 2 backup restores LTI configuration
|
|||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
| teacher1 | C2 | editingteacher |
|
||||
And the following config values are set as admin:
|
||||
| enableasyncbackup | 0 |
|
||||
|
||||
Scenario: Backup and restore course with preconfigured site LTI tool on the same site
|
||||
Given the following "mod_lti > tool types" exist:
|
||||
|
|
|
@ -17,6 +17,8 @@ Feature: Manage course tools
|
|||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
And the following config values are set as admin:
|
||||
| enableasyncbackup | 0 |
|
||||
|
||||
Scenario: Create a course tool from the zero state
|
||||
Given I am on the "Course 1" course page logged in as teacher1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue