From baee0b9a90764287059682604c5d57feee67a364 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 28 Jul 2021 09:38:24 +0100 Subject: [PATCH] Enable test for showing flash message in the new language --- test/system/preferences_test.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5