MDL-64906 mod_feedback: remove incorrect behat test form value

This commit is contained in:
Davo Smith 2019-04-02 09:12:42 +01:00
parent 385247d94e
commit 298ff4e79a
2 changed files with 0 additions and 2 deletions

View File

@ -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 |

View File

@ -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 |