aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'features/clean_ui.feature')
-rw-r--r--features/clean_ui.feature7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/clean_ui.feature b/features/clean_ui.feature
index d2a8e81..6136fb2 100644
--- a/features/clean_ui.feature
+++ b/features/clean_ui.feature
@@ -52,3 +52,10 @@ Feature: Clean UI
Then I should see following:
|Add text content|Add multiple choice content|
+ Scenario: Don't show questions with no content
+ Given a question "question" in category "category"
+ And question "question" has no content
+ When I am logged in as "recruit"
+ And I follow "Question Categories"
+ And I follow "category"
+ Then I should see "No questions to display"