summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-15 10:01:15 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-15 10:01:15 +0300
commit2a0739010467030e8ea74d30b6188aa06444fa8c (patch)
treea0c1f8a1c48e31b100f33028e1c34375c888fb85 /features
parentc49dcbacc3455ccfa149375a2f792b5f3c5223ec (diff)
downloadgitlab-ce-2a0739010467030e8ea74d30b6188aa06444fa8c.tar.gz
Remove unnecessary title. Fix graphs width for less then 1214px resolution
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/project_network_graph.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/steps/project/project_network_graph.rb b/features/steps/project/project_network_graph.rb
index f001c0beb9a..f091e320d75 100644
--- a/features/steps/project/project_network_graph.rb
+++ b/features/steps/project/project_network_graph.rb
@@ -3,7 +3,6 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
include SharedProject
Then 'page should have network graph' do
- page.should have_content "Project Network Graph"
page.should have_selector ".graph"
end