gitlab-org--gitlab-foss/features/dashboard/event_filters.feature

15 lines
397 B
Gherkin
Raw Normal View History

2012-12-02 20:18:03 +00:00
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