aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-07-20 13:59:47 +0200
committerJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-07-27 23:02:44 +0200
commit6a0085c4a46f3dd53d397e4161821f896be2cd0b (patch)
tree315fe82c5e6dba4a34042eb7b8b0720369f54706 /features
parentTypo answers/edit.dryml (diff)
downloadrecruiting-webapp-6a0085c4a46f3dd53d397e4161821f896be2cd0b.tar.gz
recruiting-webapp-6a0085c4a46f3dd53d397e4161821f896be2cd0b.tar.bz2
recruiting-webapp-6a0085c4a46f3dd53d397e4161821f896be2cd0b.zip
Clean comments view (and slightly change it)
Now comments show name of user who made a comment.
Diffstat (limited to 'features')
-rw-r--r--features/commenting.feature3
1 files changed, 2 insertions, 1 deletions
diff --git a/features/commenting.feature b/features/commenting.feature
index 578ed63..287dafe 100644
--- a/features/commenting.feature
+++ b/features/commenting.feature
@@ -25,4 +25,5 @@ Feature: Mentor comments for recruit answers
Given a comment "example comment" of "mentor" for answer of "recruit" for question "example question"
And I am logged in as "recruit"
And I am on answer of "recruit" for question "example question" page
- Then I should see "example comment"
+ Then I should see "mentor:"
+ And I should see "example comment"