]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/traces_controller_test.rb
Refactor trace guidance to avoid raw html in translations
[rails.git] / test / controllers / traces_controller_test.rb
index 8346debbf7735308543f144de13ee7a579370c8b..cd9f5f1270b735a12b2a2d4fe125bf1e15555d42 100644 (file)
@@ -756,7 +756,7 @@ class TracesControllerTest < ActionDispatch::IntegrationTest
     assert_template "index"
 
     if traces.empty?
-      assert_select "h4", /Nothing here yet/
+      assert_select "h2", /Nothing here yet/
     else
       assert_select "table#trace_list tbody", :count => 1 do
         assert_select "tr", :count => traces.length do |rows|