diff options
author | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2010-07-15 16:01:46 +0200 |
---|---|---|
committer | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2010-07-29 19:49:16 +0200 |
commit | 0603ae0d1a6536e5b7f451316a234750f246efc5 (patch) | |
tree | bd9f86a826c3daf2053398ab768ad24c4e86b458 /features/clean_ui.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/clean_ui.feature')
-rw-r--r-- | features/clean_ui.feature | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/features/clean_ui.feature b/features/clean_ui.feature index c718756..6513ff5 100644 --- a/features/clean_ui.feature +++ b/features/clean_ui.feature @@ -79,3 +79,11 @@ Feature: Clean UI When I am logged in as "recruit" When I am on show "question" question page Then I should not see "Answer it" + + Scenario: Instructions when creating new email question content + Given I am logged in as administrator + And a question "question" + And I am on new email question content for "question" page + Then I should see "Enter one requirement per line." + And I should see "Each requirement should be 'Field : regexp to match' (including spaces around colon)." + And I should see "If you want to use colon in field and regexp then escape it with backslash." |