]> git.openstreetmap.org Git - rails.git/commitdiff
Enable test for showing flash message in the new language
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 28 Jul 2021 08:38:24 +0000 (09:38 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 28 Jul 2021 08:38:24 +0000 (09:38 +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