From 94be4c66992fcc42fa26418e766b01197580c322 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Fri, 6 Sep 2024 08:08:48 +0800 Subject: [PATCH] MDL-76665 behat: fix step to go to safe exam templates --- mod/quiz/accessrule/seb/tests/behat/edit_form.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/accessrule/seb/tests/behat/edit_form.feature b/mod/quiz/accessrule/seb/tests/behat/edit_form.feature index cb2d225ca17..49c87d40f1d 100644 --- a/mod/quiz/accessrule/seb/tests/behat/edit_form.feature +++ b/mod/quiz/accessrule/seb/tests/behat/edit_form.feature @@ -249,7 +249,7 @@ Feature: Safe Exam Browser settings in quiz edit form And I set the field "Safe Exam Browser config template" to "Template 1" And I press "Save and return to course" # Disable Template 1 - And I navigate to "Plugins > Activity modules > Category: Quiz > Safe Exam Browser templates" in site administration + And I navigate to "Plugins > Activity modules > Quiz > Safe Exam Browser templates" in site administration And I click on "Edit" "link" in the "Template 1" "table_row" And I set the field "Enabled" to "No" And I press "Save changes"