Tests on EventFilters added
This commit is contained in:
parent
d27cc91ee9
commit
2b93201533
2 changed files with 77 additions and 0 deletions
14
features/dashboard/event_filters.feature
Normal file
14
features/dashboard/event_filters.feature
Normal file
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue