From 3792869ef72b58d793cd6d839142353da13e05f4 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Thu, 19 Sep 2024 07:42:22 +0800 Subject: [PATCH] MDL-80965 behat: remove wrong tag from step --- mod/quiz/tests/behat/editing_edit_random.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/tests/behat/editing_edit_random.feature b/mod/quiz/tests/behat/editing_edit_random.feature index 827463f7ac0..d643c3febea 100644 --- a/mod/quiz/tests/behat/editing_edit_random.feature +++ b/mod/quiz/tests/behat/editing_edit_random.feature @@ -49,6 +49,6 @@ Feature: Editing random questions already in a quiz based on category and tags And I apply question bank filter "Tag" with value "essay" And I press "Update filter conditions" Then I should see "Random (Questions Category 1) based on filter condition with tags: essay" on quiz page "1" - And I should see "Random (Questions Category 1) based on filter condition with tags: essay, hard" on quiz page "2" + And I should see "Random (Questions Category 1) based on filter condition with tags: hard" on quiz page "2" And I click on "Configure question" "link" in the "Random (Questions Category 1) based on filter condition with tags: hard" "list_item" And "hard" "autocomplete_selection" should be visible