Skip to content
Snippets Groups Projects
Commit dd35039d authored by Josh Frye's avatar Josh Frye
Browse files

Remove spec for dashboard ci

parent 2a6a385f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment