From 451df14218786e9404a4fc9780f5619aa0e642a7 Mon Sep 17 00:00:00 2001 From: Shamim Rezaie Date: Wed, 7 Mar 2018 16:32:49 +1100 Subject: [PATCH] MDL-61556 Questions: Fixed behat failure with clean --- question/tests/behat/move_question_categories.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/tests/behat/move_question_categories.feature b/question/tests/behat/move_question_categories.feature index 16488ea46fb..c1fa0375eb7 100644 --- a/question/tests/behat/move_question_categories.feature +++ b/question/tests/behat/move_question_categories.feature @@ -23,7 +23,7 @@ Feature: A teacher can move question categories in the question bank @javascript Scenario: A question category can be moved to another context When I follow "Test quiz" - And I navigate to "Categories" in current page administration + And I navigate to "Categories" node in "Quiz administration > Question bank" And I click on "Parent category" "field" And I click on "//optgroup[@label='Quiz: Test quiz']//option[normalize-space(text())='Top']" "xpath_element" And I set the field "Name" to "Test category"