From 92d17a73b520bfd6311c5023816167a6966cb347 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Fri, 4 Nov 2022 15:51:22 +0800 Subject: [PATCH] MDL-76169 question: Use correct action menu step --- question/bank/comment/tests/behat/question_comment.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/question/bank/comment/tests/behat/question_comment.feature b/question/bank/comment/tests/behat/question_comment.feature index 0437ea59a1d..cbfa9528d4c 100644 --- a/question/bank/comment/tests/behat/question_comment.feature +++ b/question/bank/comment/tests/behat/question_comment.feature @@ -139,8 +139,7 @@ Feature: A Teacher can comment in a question When I navigate to "Question bank" in current page administration And I set the field "Select a category" to "Test questions" And I should see "First question" - And I click on "Edit" "link" in the "First question" "table_row" - And I follow "Edit question" + And I choose "Edit question" action for "First question" in the question bank And I set the field "id_name" to "Renamed question v2" And I set the field "id_questiontext" to "edited question" And I press "id_submitbutton"