summaryrefslogtreecommitdiff
path: root/test/controllers
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-22 20:44:34 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-22 20:44:34 +0200
commit8b6d3c76451d4ece5fd829d0e2d96a00aa19122d (patch)
tree9195c97479e42b822931bee9bad037dac8600af0 /test/controllers
parentb78a91f158f90343d49a252fc332680108eba18d (diff)
Add attached nodes subsection in assets#show and thumbnail in nodes#create
Diffstat (limited to 'test/controllers')
-rw-r--r--test/controllers/nodes_controller_test.rb4
1 files changed, 2 insertions, 2 deletions
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
409 409
410 get :show, params: { id: node.id } 410 get :show, params: { id: node.id }
411 assert_response :success 411 assert_response :success
412 assert_select "a", text: "add event" 412 assert_select "a", text: "Add event"
413 assert_select "a[href*='tag_list=open-day']" 413 assert_select "a[href*='tag_list=open-day']"
414 assert_select "a[href*='auto_tag_source=erfa-detail']" 414 assert_select "a[href*='auto_tag_source=erfa-detail']"
415 end 415 end
@@ -420,7 +420,7 @@ class NodesControllerTest < ActionController::TestCase
420 420
421 get :show, params: { id: node.id } 421 get :show, params: { id: node.id }
422 assert_response :success 422 assert_response :success
423 assert_select "a", text: "add event" 423 assert_select "a", text: "Add event"
424 assert_select "a[href*='tag_list=']", count: 0 424 assert_select "a[href*='tag_list=']", count: 0
425 end 425 end
426 426