diff --git a/product_configurator/tests/test_create.py b/product_configurator/tests/test_create.py index b2e46d2960..84e1b42e8e 100644 --- a/product_configurator/tests/test_create.py +++ b/product_configurator/tests/test_create.py @@ -82,8 +82,9 @@ def test_01_create(self): self.assertEqual(test_template.product_variant_count, 0, "Create should not have any variants") - def test_02_product_configuration_restriction(self): - """Values on future steps breaking current wizard view """ + def test_02_previous_step_incompatible_changes(self): + """Test changes in previous steps which would makes + values in next configuration steps invalid""" product_config_wizard = self.ProductConfWizard.create({ 'product_tmpl_id': self.config_product.id,