Skip to content

Commit

Permalink
[FIX][T1902][OCA#59] product_configurator : change test_method name a…
Browse files Browse the repository at this point in the history
…nd description
  • Loading branch information
bizzappdev authored and simahawk committed Oct 24, 2024
1 parent 1f06a83 commit 632040b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions product_configurator/tests/test_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 632040b

Please sign in to comment.