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 | 73 | page.should have_content "Project Network Graph" |
74 | 74 | within ".graph" do |
75 | 75 | page.should have_content "master" |
76 | - page.should have_content "github" | |
77 | 76 | page.should have_content "scss_refactor..." |
78 | 77 | end |
79 | 78 | end | ... | ... |