From 8b6d3c76451d4ece5fd829d0e2d96a00aa19122d Mon Sep 17 00:00:00 2001 From: erdgeist Date: Wed, 22 Jul 2026 20:44:34 +0200 Subject: Add attached nodes subsection in assets#show and thumbnail in nodes#create --- test/controllers/nodes_controller_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/controllers') diff --git a/test/controllers/nodes_controller_test.rb b/test/controllers/nodes_controller_test.rb index b8f9278..55da524 100644 --- a/test/controllers/nodes_controller_test.rb +++ b/test/controllers/nodes_controller_test.rb @@ -409,7 +409,7 @@ class NodesControllerTest < ActionController::TestCase get :show, params: { id: node.id } assert_response :success - assert_select "a", text: "add event" + assert_select "a", text: "Add event" assert_select "a[href*='tag_list=open-day']" assert_select "a[href*='auto_tag_source=erfa-detail']" end @@ -420,7 +420,7 @@ class NodesControllerTest < ActionController::TestCase get :show, params: { id: node.id } assert_response :success - assert_select "a", text: "add event" + assert_select "a", text: "Add event" assert_select "a[href*='tag_list=']", count: 0 end -- cgit v1.3