diff options
Diffstat (limited to 'features/answer_text_question.feature')
-rw-r--r-- | features/answer_text_question.feature | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/features/answer_text_question.feature b/features/answer_text_question.feature index 79c8ba8..7e17268 100644 --- a/features/answer_text_question.feature +++ b/features/answer_text_question.feature @@ -17,8 +17,7 @@ Feature: Answering text question Scenario: Create and edit text question Given I am logged in as administrator - When I follow "Suggestion questions" - And I follow "New question" + When I follow "New Question" And I fill in "some question" for "question[title]" And I press "Create Question" Then I should see "The question was created successfully" within ".flash.notice" |