summaryrefslogtreecommitdiff
path: root/features/dashboard
diff options
context:
space:
mode:
authorAlex Denisov <1101.debian@gmail.com>2012-09-09 23:18:28 +0300
committerAlex Denisov <1101.debian@gmail.com>2012-09-09 23:18:28 +0300
commita86bd87afcb8ba8221aa72562a6591139fa763c0 (patch)
tree647d5115dd83b58290154b8c136f9d6d9d640fab /features/dashboard
parenta56cec113204130385e0fbc3f2223d81101357ef (diff)
downloadgitlab-ce-a86bd87afcb8ba8221aa72562a6591139fa763c0.tar.gz
User joined project event added
Diffstat (limited to 'features/dashboard')
-rw-r--r--features/dashboard/dashboard.feature7
1 files changed, 6 insertions, 1 deletions
diff --git a/features/dashboard/dashboard.feature b/features/dashboard/dashboard.feature
index a8c2205c143..8775e08154d 100644
--- a/features/dashboard/dashboard.feature
+++ b/features/dashboard/dashboard.feature
@@ -15,4 +15,9 @@ Feature: Dashboard
And I click "Create Merge Request" link
Then I see prefilled new Merge Request page
-
+ @current
+ Scenario: I should see User joined Project event
+ Given user with name "John Doe" joined project "Shop"
+ When I visit dashboard page
+ Then I should see "John Doe joined Shop" event
+