aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-07-20 20:48:07 +0200
committerJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-07-21 20:07:55 +0200
commit83a57b6fa38520f210f55906829f0f31fe82b298 (patch)
treeb91d3b59a5602e881e942bc547c8788839ebf8b0 /features/user_progress.feature
parentShow recruits progress on their view pages (diff)
downloadrecruiting-webapp-83a57b6fa38520f210f55906829f0f31fe82b298.tar.gz
recruiting-webapp-83a57b6fa38520f210f55906829f0f31fe82b298.tar.bz2
recruiting-webapp-83a57b6fa38520f210f55906829f0f31fe82b298.zip
Allow viewing listings of answers of other users
Diffstat (limited to 'features/user_progress.feature')
-rw-r--r--features/user_progress.feature16
1 files changed, 16 insertions, 0 deletions
diff --git a/features/user_progress.feature b/features/user_progress.feature
index e5910e3..7de1d69 100644
--- a/features/user_progress.feature
+++ b/features/user_progress.feature
@@ -15,3 +15,19 @@ Feature: Recruits progress
When I am on the homepage
And I follow "recruit"
Then I should see "Answered 2 of 3 questions."
+
+ Scenario: View list of users questions
+ Given following questions:
+ |question 1|category 1|
+ |question 2|category 1|
+ |question 3|category 2|
+ And recruit "recruit" in following categories:
+ |category 1|category 2|
+ And user "recruit" answered all questions in "category 1"
+ And I am logged in as "recruiter" who is "recruiter"
+ When I am on the homepage
+ And I follow "recruit"
+ And I follow "Questions user should answer"
+ Then I should see following:
+ |question 1 answered|question 2 answered|question 3|
+