aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'features/question_listing.feature')
-rw-r--r--features/question_listing.feature16
1 files changed, 16 insertions, 0 deletions
diff --git a/features/question_listing.feature b/features/question_listing.feature
index 0e1c02b..42e7129 100644
--- a/features/question_listing.feature
+++ b/features/question_listing.feature
@@ -43,3 +43,19 @@ Feature: Viewing question listings
Then I should see "q3"
And I should not see following:
|q1|q2|
+
+
+ Scenario: On user page show links to answers
+ Given I am logged in as "recruiter" who is "recruiter"
+ And following questions:
+ |q1|cat1|
+ |q2|cat1|
+ And user "recruit" has category "cat1"
+ And answer of "recruit" for question "q1"
+
+ When I am on show "recruit" user page
+ And I follow "Questions user should answer"
+ And I follow "view answer"
+
+ Then I should be on answer of "recruit" for question "q1" page
+