Commit 6baf9c441d7051276b5bfdbe43499d74d3acc65d
1 parent
3095483e
Exists in
master
and in
4 other branches
Fix cucumber failure that only happened on Travis
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
features/step_definitions/project/projects_steps.rb
@@ -73,7 +73,6 @@ Given /^page should have network graph$/ do | @@ -73,7 +73,6 @@ Given /^page should have network graph$/ do | ||
73 | page.should have_content "Project Network Graph" | 73 | page.should have_content "Project Network Graph" |
74 | within ".graph" do | 74 | within ".graph" do |
75 | page.should have_content "master" | 75 | page.should have_content "master" |
76 | - page.should have_content "github" | ||
77 | page.should have_content "scss_refactor..." | 76 | page.should have_content "scss_refactor..." |
78 | end | 77 | end |
79 | end | 78 | end |