Skip to content

Commit

Permalink
Fix backup behat #773786 (#210)
Browse files Browse the repository at this point in the history
Co-authored-by: DangHieu1407 <hnd34@open.ac.uk>
  • Loading branch information
danghieu1407 and DangHieu1407 authored Apr 7, 2024
1 parent 0546df9 commit 9181364
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/behat/backup_and_restore.feature
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Feature: Duplicate a course containing a CodeRunner question
| quiz | Test quiz | C1 | quiz1 |
And quiz "Test quiz" contains the following questions:
| Square function | 1 |
And the following config values are set as admin:
| enableasyncbackup | 0 |
And I am on the "Course 1" "course" page logged in as admin

@javascript
Expand All @@ -40,7 +42,7 @@ Feature: Duplicate a course containing a CodeRunner question
| id_expected_0 | 0 |
| id_display_0 | Show |
| id_mark_0 | 1 |
| id_ordering_0 | 10 |
| id_ordering_0 | 10 |
| id_testcode_1 | print(sqr(1)) |
| id_expected_1 | 1 |
| id_display_1 | Show |
Expand Down

0 comments on commit 9181364

Please sign in to comment.