Tests on EventFilters added

This commit is contained in:
Alex Denisov 2012-12-02 22:18:03 +02:00
parent d27cc91ee9
commit 2b93201533
2 changed files with 77 additions and 0 deletions

View 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