1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-14 13:02:07 +02:00

Merge branch 'MDL-81827-main' of https://github.com/HuongNV13/moodle

This commit is contained in:
Sara Arjona 2024-12-02 10:27:58 +01:00
commit 64d96c1264
No known key found for this signature in database

@ -33,4 +33,4 @@ Feature: Quiz start with Safe Exam Browser access rule
| seb_requiresafeexambrowser | 1 |
And I press "Save and return to course"
And I am on the "Quiz 1" "mod_quiz > View" page logged in as "student1"
Then the "target" attribute of "a[title='Download Safe Exam Browser']" "css_element" should contain "_blank"
Then the "target" attribute of "//a[text()='Download Safe Exam Browser']" "xpath_element" should contain "_blank"