diff options
Diffstat (limited to 'features/dashboard/dashboard.feature')
-rw-r--r-- | features/dashboard/dashboard.feature | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/features/dashboard/dashboard.feature b/features/dashboard/dashboard.feature index 1f4c9020731..b1d5e4a7acb 100644 --- a/features/dashboard/dashboard.feature +++ b/features/dashboard/dashboard.feature @@ -32,19 +32,6 @@ Feature: Dashboard 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 activity page - Then I should see "John Doe joined project 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" - When I visit dashboard activity page - Then I should see "John Doe left project Shop" event - - @javascript Scenario: Sorting Issues Given I visit dashboard issues page And I sort the list by "Oldest updated" |