summaryrefslogtreecommitdiff
path: root/features/dashboard
diff options
context:
space:
mode:
authorSemyon Pupkov <mail@semyonpupkov.com>2017-01-03 23:45:42 +0500
committerSemyon Pupkov <mail@semyonpupkov.com>2017-01-03 23:48:49 +0500
commit9af81a5a0a366e04319db2d181d555c171db5b22 (patch)
tree5b1a4d64e04fec1084bb74255c166bc534440367 /features/dashboard
parent5136e72c31681e8c443074ed1443db4cb69e8fbe (diff)
downloadgitlab-ce-9af81a5a0a366e04319db2d181d555c171db5b22.tar.gz
Move dashboard active tab spinach test to rspec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
Diffstat (limited to 'features/dashboard')
-rw-r--r--features/dashboard/active_tab.feature24
1 files changed, 0 insertions, 24 deletions
diff --git a/features/dashboard/active_tab.feature b/features/dashboard/active_tab.feature
deleted file mode 100644
index bd883a0ebfa..00000000000
--- a/features/dashboard/active_tab.feature
+++ /dev/null
@@ -1,24 +0,0 @@
-@dashboard
-Feature: Dashboard Active Tab
- Background:
- Given I sign in as a user
-
- Scenario: On Dashboard Home
- Given I visit dashboard page
- Then the active main tab should be Home
- And no other main tabs should be active
-
- Scenario: On Dashboard Issues
- Given I visit dashboard issues page
- Then the active main tab should be Issues
- And no other main tabs should be active
-
- Scenario: On Dashboard Merge Requests
- Given I visit dashboard merge requests page
- Then the active main tab should be Merge Requests
- And no other main tabs should be active
-
- Scenario: On Dashboard Groups
- Given I visit dashboard groups page
- Then the active main tab should be Groups
- And no other main tabs should be active