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 d7771081..de536278 100644
--- a/test/controllers/nodes_controller_test.rb
+++ b/test/controllers/nodes_controller_test.rb
@@ -261,7 +261,7 @@ class NodesControllerTest < ActionController::TestCase
261 node = create_node_with_published_page 261 node = create_node_with_published_page
262 get :show, params: { :id => node.id } 262 get :show, params: { :id => node.id }
263 assert_response :success 263 assert_response :success
264 assert_select "div.node_content", :text => "Test", :count => 2 264 assert_select "div.layout_row_content", :text => "Test", :count => 2
265 end 265 end
266 266
267 test "unlocking a locked node" do 267 test "unlocking a locked node" do