summaryrefslogtreecommitdiff
path: root/features/dashboard
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-24 19:04:57 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-24 19:04:57 +0200
commitb1970e0cf1271a8263a7ccf6b2aa8abb7ae59b2d (patch)
treee0f04edf4d90dab1266b8c389bd2c8f3e3cea271 /features/dashboard
parent4c61c467385ca889bc273a171bcd1ebfb9e739e9 (diff)
downloadgitlab-ce-b1970e0cf1271a8263a7ccf6b2aa8abb7ae59b2d.tar.gz
Tests for Dashboard#issues filter
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/dashboard')
-rw-r--r--features/dashboard/issues.feature12
1 files changed, 11 insertions, 1 deletions
diff --git a/features/dashboard/issues.feature b/features/dashboard/issues.feature
index 895b89aa38a..d316b2d9205 100644
--- a/features/dashboard/issues.feature
+++ b/features/dashboard/issues.feature
@@ -1,8 +1,18 @@
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 issues list
+ 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