From 7dbc7a60fc0c6da8c88e7bc4fe3ee5720d9aded1 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Tue, 5 Apr 2016 10:22:01 +0800 Subject: [PATCH] MDL-53588 mod_feedback: Behat scenario verb change --- mod/feedback/tests/behat/multichoice.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mod/feedback/tests/behat/multichoice.feature b/mod/feedback/tests/behat/multichoice.feature index f31288ae2fc..6ddfaf3b4ba 100644 --- a/mod/feedback/tests/behat/multichoice.feature +++ b/mod/feedback/tests/behat/multichoice.feature @@ -25,14 +25,14 @@ Feature: Testing multichoice questions in feedback And the following "activities" exist: | activity | name | course | idnumber | | feedback | Learning experience | C1 | feedback0 | - When I log in as "teacher1" + And I log in as "teacher1" And I follow "Course 1" And I follow "Learning experience" And I follow "Edit questions" @javascript Scenario: Non-rated single-answer multiple choice questions in feedback - And I add a "Multiple choice" question to the feedback with: + When I add a "Multiple choice" question to the feedback with: | Question | this is a multiple choice 1 | | Label | multichoice1 | | Multiple choice type | Multiple choice - single answer | @@ -170,7 +170,7 @@ Feature: Testing multichoice questions in feedback Scenario: Non-rated multiple-answers multiple choice questions in feedback # Create a feedback with three pages, required and dependent questions. - And I add a "Multiple choice" question to the feedback with: + When I add a "Multiple choice" question to the feedback with: | Question | this is a multiple choice 1 | | Label | multichoice1 | | Multiple choice type | Multiple choice - multiple answers | @@ -307,7 +307,7 @@ Feature: Testing multichoice questions in feedback And I log out Scenario: Non-rated single-answer dropdown multiple choice questions in feedback - And I add a "Multiple choice" question to the feedback with: + When I add a "Multiple choice" question to the feedback with: | Question | this is a multiple choice 1 | | Label | multichoice1 | | Multiple choice type | Multiple choice - single answer allowed (dropdownlist) |