summaryrefslogtreecommitdiff
path: root/test/controllers/nodes_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/controllers/nodes_controller_test.rb')
-rw-r--r--test/controllers/nodes_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/controllers/nodes_controller_test.rb b/test/controllers/nodes_controller_test.rb
index f15be067..27c28cfe 100644
--- a/test/controllers/nodes_controller_test.rb
+++ b/test/controllers/nodes_controller_test.rb
@@ -671,7 +671,7 @@ class NodesControllerTest < ActionController::TestCase
671 erfas_details = erfas_node_div.next_element 671 erfas_details = erfas_node_div.next_element
672 672
673 assert_equal 'details', erfas_details.name 673 assert_equal 'details', erfas_details.name
674 assert_match "2 descendants", erfas_details.at_css('summary').text 674 assert_match I18n.t("nodes.sitemap.descendants", :count => 2), @response.body
675 end 675 end
676 676
677 test "sitemap shows Show and Create Child, not Revisions" do 677 test "sitemap shows Show and Create Child, not Revisions" do