aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'features/answer_text_question.feature')
-rw-r--r--features/answer_text_question.feature3
1 files changed, 2 insertions, 1 deletions
diff --git a/features/answer_text_question.feature b/features/answer_text_question.feature
index 7e17268..37f9a8b 100644
--- a/features/answer_text_question.feature
+++ b/features/answer_text_question.feature
@@ -18,7 +18,8 @@ Feature: Answering text question
Scenario: Create and edit text question
Given I am logged in as administrator
When I follow "New Question"
- And I fill in "some question" for "question[title]"
+ Then I should see "Categories" within ".field-list"
+ When 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"