diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-30 16:50:19 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-30 16:50:19 +0200 |
| commit | 37c542bee952193ebfbced8529b8699e2712fdc8 (patch) | |
| tree | df8d70c586002a08b85ba1143a93f9444215ff63 /test/controllers | |
| parent | 970f0daaa7097d1a34cf3daa6266b80b93c190a9 (diff) | |
Localise model validation messages and refusal reasons
Diffstat (limited to 'test/controllers')
| -rw-r--r-- | test/controllers/nodes_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/controllers/nodes_controller_test.rb b/test/controllers/nodes_controller_test.rb index d7a3abbd..0b6e65ee 100644 --- a/test/controllers/nodes_controller_test.rb +++ b/test/controllers/nodes_controller_test.rb | |||
| @@ -628,7 +628,7 @@ class NodesControllerTest < ActionController::TestCase | |||
| 628 | test "chapters renders the curated heading" do | 628 | test "chapters renders the curated heading" do |
| 629 | login_as :quentin | 629 | login_as :quentin |
| 630 | get :chapters | 630 | get :chapters |
| 631 | assert_select "h1", "Chapters" | 631 | assert_select "h1", "Dezentrale" |
| 632 | end | 632 | end |
| 633 | 633 | ||
| 634 | test "sitemap collapses configured paths but leaves others open" do | 634 | test "sitemap collapses configured paths but leaves others open" do |
