diff options
author | Alex Denisov <1101.debian@gmail.com> | 2012-09-09 23:18:28 +0300 |
---|---|---|
committer | Alex Denisov <1101.debian@gmail.com> | 2012-09-09 23:18:28 +0300 |
commit | a86bd87afcb8ba8221aa72562a6591139fa763c0 (patch) | |
tree | 647d5115dd83b58290154b8c136f9d6d9d640fab /features/dashboard/dashboard.feature | |
parent | a56cec113204130385e0fbc3f2223d81101357ef (diff) | |
download | gitlab-ce-a86bd87afcb8ba8221aa72562a6591139fa763c0.tar.gz |
User joined project event added
Diffstat (limited to 'features/dashboard/dashboard.feature')
-rw-r--r-- | features/dashboard/dashboard.feature | 7 |
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 + |