diff --git a/mod/feedback/tests/behat/question_types.feature b/mod/feedback/tests/behat/question_types.feature index 0295cec8403..166ddd3823c 100644 --- a/mod/feedback/tests/behat/question_types.feature +++ b/mod/feedback/tests/behat/question_types.feature @@ -44,7 +44,6 @@ Feature: Test creating different types of feedback questions for anonymous feedb | Question | this is a multiple choice 2 | | Label | multichoice2 | | Multiple choice type | Multiple choice - multiple answers | - | Hide the "Not selected" option | Yes | | Multiple choice values | option d\noption e\noption f | And I add a "Multiple choice" question to the feedback with: | Question | this is a multiple choice 3 | diff --git a/mod/feedback/tests/behat/question_types_non_anon.feature b/mod/feedback/tests/behat/question_types_non_anon.feature index beb2ebf29d9..20542740917 100644 --- a/mod/feedback/tests/behat/question_types_non_anon.feature +++ b/mod/feedback/tests/behat/question_types_non_anon.feature @@ -48,7 +48,6 @@ Feature: Test creating different types of feedback questions for non-anonymous f | Question | this is a multiple choice 2 | | Label | multichoice2 | | Multiple choice type | Multiple choice - multiple answers | - | Hide the "Not selected" option | Yes | | Multiple choice values | option d\noption e\noption f | And I add a "Multiple choice" question to the feedback with: | Question | this is a multiple choice 3 |