From 9251dcc986ef4df6e31619eb5102bcbbc10fd604 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 12 Jul 2016 18:05:32 +0200 Subject: [PATCH] MDL-53803 mod_choice: fix trailing whitespace --- mod/choice/tests/behat/remove_choice_options.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/choice/tests/behat/remove_choice_options.feature b/mod/choice/tests/behat/remove_choice_options.feature index 1563427fe6a..965fae488ab 100644 --- a/mod/choice/tests/behat/remove_choice_options.feature +++ b/mod/choice/tests/behat/remove_choice_options.feature @@ -45,6 +45,6 @@ Feature: Update a choice activity removing options And I follow "Choice name" And I should see "View 2 responses" And I navigate to "Edit settings" node in "Choice administration" - And I set the field "option[2]" to "" + And I set the field "option[2]" to "" And I press "Save and display" Then I should see "View 1 responses"