Commit 00aa0ff4 authored by Jérome Perrin's avatar Jérome Perrin

configurator_standard: include test category spreadsheet

Use same spreadsheet for all consulting configurator tests
parent d29a60d9
Pipeline #10191 failed with stage
in 0 seconds
...@@ -1162,7 +1162,7 @@ class TestConsultingConfiguratorWorkflow(StandardConfigurationMixin): ...@@ -1162,7 +1162,7 @@ class TestConsultingConfiguratorWorkflow(StandardConfigurationMixin):
def afterSetUp(self): def afterSetUp(self):
TestLiveConfiguratorWorkflowMixin.afterSetUp(self) TestLiveConfiguratorWorkflowMixin.afterSetUp(self)
categories_file_id = 'standard_category.ods' categories_file_id = 'consulting_configurator_sample_categories.ods'
self.categories_file_path, self.categories_file_upload = \ self.categories_file_path, self.categories_file_upload = \
self.uploadFile(categories_file_id) self.uploadFile(categories_file_id)
......
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