Skip to content

Commit 932b557

Browse files
committed
Update tests for site setting requirements
1 parent 5a21e32 commit 932b557

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

spec/system/anon_language_switcher_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
SiteSetting.translator_enabled = true
1313
SiteSetting.allow_user_locale = true
1414
SiteSetting.set_locale_from_cookie = true
15+
SiteSetting.automatic_translation_backfill_maximum_translations_per_hour = 1
1516
SiteSetting.automatic_translation_target_languages = "es|ja"
1617
SiteSetting.experimental_anon_language_switcher = true
1718
visit("/")

spec/system/full_page_translation_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
SiteSetting.allow_user_locale = true
3434
SiteSetting.set_locale_from_cookie = true
3535
SiteSetting.set_locale_from_param = true
36-
SiteSetting.experimental_anon_language_switcher = true
3736
SiteSetting.experimental_inline_translation = true
3837
end
3938

0 commit comments

Comments
 (0)