Keep network graph pending

This commit is contained in:
randx 2012-06-16 13:45:51 +03:00
parent 67f445afea
commit e15a2b9695

View file

@ -60,9 +60,10 @@ Given /^show me page$/ do
end
Given /^page should have network graph$/ do
page.should have_content "Project Network Graph"
within ".graph" do
page.should have_content "stable"
page.should have_content "notes_refacto..."
end
pending
#page.should have_content "Project Network Graph"
#within ".graph" do
#page.should have_content "stable"
#page.should have_content "notes_refacto..."
#end
end