From 9af81a5a0a366e04319db2d181d555c171db5b22 Mon Sep 17 00:00:00 2001 From: Semyon Pupkov Date: Tue, 3 Jan 2017 23:45:42 +0500 Subject: Move dashboard active tab spinach test to rspec https://gitlab.com/gitlab-org/gitlab-ce/issues/23036 --- features/dashboard/active_tab.feature | 24 ------------------------ features/steps/dashboard/active_tab.rb | 5 ----- 2 files changed, 29 deletions(-) delete mode 100644 features/dashboard/active_tab.feature delete mode 100644 features/steps/dashboard/active_tab.rb (limited to 'features') 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 diff --git a/features/steps/dashboard/active_tab.rb b/features/steps/dashboard/active_tab.rb deleted file mode 100644 index 04fe96cef22..00000000000 --- a/features/steps/dashboard/active_tab.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Spinach::Features::DashboardActiveTab < Spinach::FeatureSteps - include SharedAuthentication - include SharedPaths - include SharedSidebarActiveTab -end -- cgit v1.2.3