Commit b6eec549 authored by Romain Courteaud's avatar Romain Courteaud

testFunctionalCore: add missing dependency

erp5_l10n_fa is needed to test the RTL direction.
parent 5fcfc1d6
...@@ -65,6 +65,7 @@ class TestZeleniumCore(ERP5TypeFunctionalTestCase): ...@@ -65,6 +65,7 @@ class TestZeleniumCore(ERP5TypeFunctionalTestCase):
'erp5_crm', 'erp5_credential', 'erp5_crm', 'erp5_credential',
'erp5_rss_style', 'erp5_discussion', 'erp5_rss_style', 'erp5_discussion',
'erp5_l10n_fr', 'erp5_l10n_fr',
'erp5_l10n_fa',
# erp5_web_ui_test must run at the last, because it logs out # erp5_web_ui_test must run at the last, because it logs out
# manager user and continue other tests as a user created in # manager user and continue other tests as a user created in
# that test. # that test.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment