From 6af54ead390e86e46ba541bbdc4ef16dfeb49ebb Mon Sep 17 00:00:00 2001 From: JonahStanley Date: Mon, 3 Jun 2013 12:43:54 -0400 Subject: [PATCH] Fixed scenario wording --- lms/djangoapps/courseware/features/problems.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lms/djangoapps/courseware/features/problems.feature b/lms/djangoapps/courseware/features/problems.feature index ee80dea988..44d47fcec4 100644 --- a/lms/djangoapps/courseware/features/problems.feature +++ b/lms/djangoapps/courseware/features/problems.feature @@ -111,8 +111,7 @@ Feature: Answer problems Then The "Reset" button does not appear Scenario: I can view and hide the answer if the problem has it: - When I am viewing a "numerical" that shows the answer "always" - Then The "Show Answer" button does appear + Given I am viewing a "numerical" that shows the answer "always" When I press the "Show Answer" button Then The "Hide Answer" button does appear And The "Show Answer" button does not appear