From dd35039d787fe6df6148c11bbefd09bf48f53736 Mon Sep 17 00:00:00 2001 From: Josh Frye Date: Tue, 2 Feb 2016 21:46:26 -0500 Subject: Remove spec for dashboard ci --- features/dashboard/dashboard.feature | 2 -- features/steps/dashboard/dashboard.rb | 4 ---- 2 files changed, 6 deletions(-) diff --git a/features/dashboard/dashboard.feature b/features/dashboard/dashboard.feature index c3b3577c449..67f8f1adf05 100644 --- a/features/dashboard/dashboard.feature +++ b/features/dashboard/dashboard.feature @@ -5,13 +5,11 @@ Feature: Dashboard And I own project "Shop" And project "Shop" has push event And project "Shop" has CI enabled - And project "Shop" has CI build And I visit dashboard page Scenario: I should see projects list Then I should see "New Project" link Then I should see "Shop" project link - Then I should see "Shop" project CI status @javascript Scenario: I should see activity list diff --git a/features/steps/dashboard/dashboard.rb b/features/steps/dashboard/dashboard.rb index 5062e348844..f2a647ebfe9 100644 --- a/features/steps/dashboard/dashboard.rb +++ b/features/steps/dashboard/dashboard.rb @@ -12,10 +12,6 @@ class Spinach::Features::Dashboard < Spinach::FeatureSteps expect(page).to have_link "Shop" end - step 'I should see "Shop" project CI status' do - expect(page).to have_link "Build skipped" - end - step 'I should see last push widget' do expect(page).to have_content "You pushed to fix" expect(page).to have_link "Create Merge Request" -- cgit v1.2.1