summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Frye <joshfng@gmail.com>2016-02-02 21:46:26 -0500
committerJosh Frye <joshfng@gmail.com>2016-02-02 23:08:13 -0500
commitdd35039d787fe6df6148c11bbefd09bf48f53736 (patch)
tree85fc02644e1724e43e33efc400da802f3a3aab28
parent2a6a385fbd26d0271050363bcb037c1610093a35 (diff)
downloadgitlab-ce-disable-ci-status-dashboard.tar.gz
Remove spec for dashboard cidisable-ci-status-dashboard
-rw-r--r--features/dashboard/dashboard.feature2
-rw-r--r--features/steps/dashboard/dashboard.rb4
2 files changed, 0 insertions, 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"