diff options
author | 2010-07-15 16:01:46 +0200 | |
---|---|---|
committer | 2010-07-29 19:49:16 +0200 | |
commit | 0603ae0d1a6536e5b7f451316a234750f246efc5 (patch) | |
tree | bd9f86a826c3daf2053398ab768ad24c4e86b458 /features/email_answers.feature | |
parent | Cover editing questions content with cucumber features (diff) | |
download | recruiting-webapp-0603ae0d1a6536e5b7f451316a234750f246efc5.tar.gz recruiting-webapp-0603ae0d1a6536e5b7f451316a234750f246efc5.tar.bz2 recruiting-webapp-0603ae0d1a6536e5b7f451316a234750f246efc5.zip |
Show instructions when creating new question email content
Diffstat (limited to 'features/email_answers.feature')
-rw-r--r-- | features/email_answers.feature | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/features/email_answers.feature b/features/email_answers.feature index 34a4a25..dd23a99 100644 --- a/features/email_answers.feature +++ b/features/email_answers.feature @@ -41,8 +41,7 @@ Feature: gentoo-dev-announce Scenario: Create and edit email 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" |