From: Andy Allan Date: Wed, 28 Jul 2021 08:38:24 +0000 (+0100) Subject: Enable test for showing flash message in the new language X-Git-Tag: live~2360^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/baee0b9a90764287059682604c5d57feee67a364 Enable test for showing flash message in the new language --- diff --git a/test/system/preferences_test.rb b/test/system/preferences_test.rb index e5bcd1092..6a4d2397f 100644 --- a/test/system/preferences_test.rb +++ b/test/system/preferences_test.rb @@ -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