gitlab-org--gitlab-foss/features/dashboard/issues.feature
Dmitriy Zaporozhets b1970e0cf1
Tests for Dashboard#issues filter
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-24 19:04:57 +02:00

18 lines
507 B
Gherkin

Feature: Dashboard Issues
Background:
Given I sign in as a user
And I have authored issues
And I have assigned issues
And I have other issues
And I visit dashboard issues page
Scenario: I should see assigned issues
Then I should see issues assigned to me
Scenario: I should see authored issues
When I click "Authored by me" link
Then I should see issues authored by me
Scenario: I should see all issues
When I click "All" link
Then I should see all issues