MDL-80725 lang: Fix Behat regressions related to the question rename

This commit is contained in:
David Mudrák
2024-02-01 20:05:27 +01:00
parent cb831f890f
commit b175313da9
4 changed files with 12 additions and 12 deletions
@@ -28,7 +28,7 @@ Feature: Exporting and importing feedbacks
| Question | this is an information question |
| Label | info |
| Information type | Course |
And I add a "Label" question to the feedback with:
And I add a "Text and media area" question to the feedback with:
| Contents | label text |
And I add a "Longer text answer" question to the feedback with:
| Question | this is a longer text answer |
+9 -9
View File
@@ -31,7 +31,7 @@ Feature: Testing multichoice questions in feedback
| Label | multichoice1 |
| Multiple choice type | Multiple choice - single answer |
| Multiple choice values | option a\noption b\noption c |
And I add a "Label" question to the feedback with:
And I add a "Text and media area" question to the feedback with:
| Contents | this is the first page of the feedback |
And I select "Add a page break" from the "typ" singleselect
And I add a "Multiple choice" question to the feedback with:
@@ -40,7 +40,7 @@ Feature: Testing multichoice questions in feedback
| Multiple choice type | Multiple choice - single answer |
| Multiple choice values | option d\noption e\noption f |
| Required | 1 |
And I add a "Label" question to the feedback with:
And I add a "Text and media area" question to the feedback with:
| Contents | this is the second page of the feedback |
And I select "Add a page break" from the "typ" singleselect
And I add a "Multiple choice" question to the feedback with:
@@ -51,7 +51,7 @@ Feature: Testing multichoice questions in feedback
| Hide the "Not selected" option | Yes |
| Dependence item | multichoice2 |
| Dependence value | option d |
And I add a "Label" question to the feedback with:
And I add a "Text and media area" question to the feedback with:
| Contents | this is the third page of the feedback |
And I log out
And I am on the "Learning experience" "feedback activity" page logged in as student1
@@ -171,7 +171,7 @@ Feature: Testing multichoice questions in feedback
| Label | multichoice1 |
| Multiple choice type | Multiple choice - multiple answers |
| Multiple choice values | option a\noption b\noption c |
And I add a "Label" question to the feedback with:
And I add a "Text and media area" question to the feedback with:
| Contents | this is the first page of the feedback |
And I select "Add a page break" from the "typ" singleselect
And I add a "Multiple choice" question to the feedback with:
@@ -180,7 +180,7 @@ Feature: Testing multichoice questions in feedback
| Multiple choice type | Multiple choice - multiple answers |
| Multiple choice values | option d\noption e\noption f |
| Required | 1 |
And I add a "Label" question to the feedback with:
And I add a "Text and media area" question to the feedback with:
| Contents | this is the second page of the feedback |
And I select "Add a page break" from the "typ" singleselect
And I add a "Multiple choice" question to the feedback with:
@@ -190,7 +190,7 @@ Feature: Testing multichoice questions in feedback
| Multiple choice values | option g\noption h\noption i |
| Dependence item | multichoice2 |
| Dependence value | option d |
And I add a "Label" question to the feedback with:
And I add a "Text and media area" question to the feedback with:
| Contents | this is the third page of the feedback |
And I log out
# Login as the first student.
@@ -310,7 +310,7 @@ Feature: Testing multichoice questions in feedback
| Label | multichoice1 |
| Multiple choice type | Multiple choice - single answer allowed (drop-down menu) |
| Multiple choice values | option a\noption b\noption c |
And I add a "Label" question to the feedback with:
And I add a "Text and media area" question to the feedback with:
| Contents | this is the first page of the feedback |
And I select "Add a page break" from the "typ" singleselect
And I add a "Multiple choice" question to the feedback with:
@@ -319,7 +319,7 @@ Feature: Testing multichoice questions in feedback
| Multiple choice type | Multiple choice - single answer allowed (drop-down menu) |
| Multiple choice values | option d\noption e\noption f |
| Required | 1 |
And I add a "Label" question to the feedback with:
And I add a "Text and media area" question to the feedback with:
| Contents | this is the second page of the feedback |
And I select "Add a page break" from the "typ" singleselect
And I add a "Multiple choice" question to the feedback with:
@@ -329,7 +329,7 @@ Feature: Testing multichoice questions in feedback
| Multiple choice values | option g\noption h\noption i |
| Dependence item | multichoice2 |
| Dependence value | option d |
And I add a "Label" question to the feedback with:
And I add a "Text and media area" question to the feedback with:
| Contents | this is the third page of the feedback |
And I log out
And I am on the "Learning experience" "feedback activity" page logged in as student1
@@ -28,7 +28,7 @@ Feature: Test creating different types of feedback questions for anonymous feedb
| Question | this is an information question |
| Label | info |
| Information type | Course |
And I add a "Label" question to the feedback with:
And I add a "Text and media area" question to the feedback with:
| Contents | label text |
And I add a "Longer text answer" question to the feedback with:
| Question | this is a longer text answer |
@@ -32,7 +32,7 @@ Feature: Test creating different types of feedback questions for non-anonymous f
| Question | this is a response time question |
| Label | curtime |
| Information type | Responses time |
And I add a "Label" question to the feedback with:
And I add a "Text and media area" question to the feedback with:
| Contents | label text |
And I add a "Longer text answer" question to the feedback with:
| Question | this is a longer text answer |