diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-07 14:36:01 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-07 14:36:01 +0200 |
commit | 8d8c161a7f1daa92a58194765816b75449769fb1 (patch) | |
tree | ab35ed744ef1d7c122bd1f2afaad4613da4f7dec /features/dashboard/dashboard.feature | |
parent | 6c777ff8237e6c0f8628a2997848cd868974560c (diff) | |
download | gitlab-ce-8d8c161a7f1daa92a58194765816b75449769fb1.tar.gz |
Speedup dashboard via loading events with ajax
Diffstat (limited to 'features/dashboard/dashboard.feature')
-rw-r--r-- | features/dashboard/dashboard.feature | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/features/dashboard/dashboard.feature b/features/dashboard/dashboard.feature index 972f8e36609..759843692b8 100644 --- a/features/dashboard/dashboard.feature +++ b/features/dashboard/dashboard.feature @@ -5,6 +5,7 @@ Feature: Dashboard And project "Shop" has push event And I visit dashboard page + @javascript Scenario: I should see projects list Then I should see "New Project" link Then I should see "Shop" project link @@ -26,11 +27,13 @@ Feature: Dashboard And I click "Create Merge Request" link Then I see prefilled new Merge Request page + @javascript 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 project at Shop" event + @javascript Scenario: I should see User left Project event Given user with name "John Doe" joined project "Shop" And user with name "John Doe" left project "Shop" |