summaryrefslogtreecommitdiff
path: root/features/dashboard
diff options
context:
space:
mode:
authorSemyon Pupkov <mail@semyonpupkov.com>2017-02-03 18:07:09 +0500
committerSemyon Pupkov <mail@semyonpupkov.com>2017-02-10 12:45:18 +0500
commit6ed73dc7c282ebf0da9371cb8b20fe6c711a95e4 (patch)
treeb62b01d04b9d1c6c572c57dab4fc66223076ec1b /features/dashboard
parent57d5a5499cc4248176e3740c3aae3fa99be00752 (diff)
downloadgitlab-ce-6ed73dc7c282ebf0da9371cb8b20fe6c711a95e4.tar.gz
Move dashboard issues spinach test to Rspec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
Diffstat (limited to 'features/dashboard')
-rw-r--r--features/dashboard/issues.feature21
1 files changed, 0 insertions, 21 deletions
diff --git a/features/dashboard/issues.feature b/features/dashboard/issues.feature
deleted file mode 100644
index 99dad88a402..00000000000
--- a/features/dashboard/issues.feature
+++ /dev/null
@@ -1,21 +0,0 @@
-@dashboard
-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
-
- @javascript
- Scenario: I should see authored issues
- When I click "Authored by me" link
- Then I should see issues authored by me
-
- @javascript
- Scenario: I should see all issues
- When I click "All" link
- Then I should see all issues