summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"