Merge remote-tracking branch 'upstream/pull/3274'

This commit is contained in:
Tom Hughes 2021-07-28 09:57:49 +01:00
commit 7e14ecbc28

View 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