summaryrefslogtreecommitdiff
path: root/features/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'features/dashboard')
-rw-r--r--features/dashboard/event_filters.feature14
1 files changed, 14 insertions, 0 deletions
diff --git a/features/dashboard/event_filters.feature b/features/dashboard/event_filters.feature
new file mode 100644
index 00000000000..e3e6eced8fb
--- /dev/null
+++ b/features/dashboard/event_filters.feature
@@ -0,0 +1,14 @@
+Feature: Event filters
+ Background:
+ Given I sign in as a user
+ And I own a project
+ And this project has push event
+ And this project has new member event
+ And this project has merge request event
+ And I visit dashboard page
+
+ Scenario: I should see all events
+ Then I should see push event
+ Then I should see new member event
+ Then I should see merge request event
+