]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/preferences_test.rb
Enable test for showing flash message in the new language
[rails.git] / 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