diff --git a/features/step_definitions/project/projects_steps.rb b/features/step_definitions/project/projects_steps.rb index 1a336ed2eb5..3ff08d58448 100644 --- a/features/step_definitions/project/projects_steps.rb +++ b/features/step_definitions/project/projects_steps.rb @@ -73,7 +73,6 @@ Given /^page should have network graph$/ do page.should have_content "Project Network Graph" within ".graph" do page.should have_content "master" - page.should have_content "github" page.should have_content "scss_refactor..." end end