]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/3274'
authorTom Hughes <tom@compton.nu>
Wed, 28 Jul 2021 08:57:49 +0000 (09:57 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 28 Jul 2021 08:57:49 +0000 (09:57 +0100)
test/system/preferences_test.rb

index e5bcd1092178f50641283639f21e0aad363549b0..6a4d2397f774b72fe5da38f6f929b1d8fb3a7dae 100644 (file)
@@ -17,7 +17,6 @@ class PreferencesTest < ApplicationSystemTestCase
     fill_in "Preferred Languages", :with => "fr"
     click_on "Update Preferences"
 
-    # TODO: enable with french translation when that's available
-    # assert page.has_content?("Préférences mises à jour") # rubocop:disable Style/AsciiComments
+    assert page.has_content?("Préférences mises à jour")
   end
 end