From afc33a9ad198c56b5d6b78bc585e67f20f875aed Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Mon, 4 Nov 2013 14:14:30 +0800 Subject: [PATCH] MDL-42286 fix trailing whitespace --- question/tests/behat/question_categories.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/question/tests/behat/question_categories.feature b/question/tests/behat/question_categories.feature index f09d61edd12..3d6afe41857 100644 --- a/question/tests/behat/question_categories.feature +++ b/question/tests/behat/question_categories.feature @@ -3,7 +3,7 @@ Feature: A teacher can put questions in categories in the question bank In order to organize their questions As a teacher I need to put questions in categories - + Background: Given the following "users" exists: | username | firstname | lastname | email | @@ -53,7 +53,7 @@ Feature: A teacher can put questions in categories in the question bank Then I should see "my test question" And the "category" select box should contain "New Category 2 (1)" And the "category" select box should not contain "New Category 1 (1)" - + @javascript Scenario: Delete a question category When I follow "Categories"