You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: Backup and restore a course containing an OU multiple response question
And I backup "Course 1" course using this options: # behat_backup::i_backup_course_using_this_options()
| Confirmation | Filename | test_backup.mbz |
Button matching locator "Continue" not found. (Behat\Mink\Exception\ElementNotFoundException)
To fix: add this line in the test at the end of Background:
And the following config values are set as admin:
| enableasyncbackup | 0 |
The text was updated successfully, but these errors were encountered:
Scenario: Backup and restore a course containing an OU multiple response question
And I backup "Course 1" course using this options: # behat_backup::i_backup_course_using_this_options()
| Confirmation | Filename | test_backup.mbz |
Button matching locator "Continue" not found. (Behat\Mink\Exception\ElementNotFoundException)
To fix: add this line in the test at the end of Background:
And the following config values are set as admin:
| enableasyncbackup | 0 |
The text was updated successfully, but these errors were encountered: