Commit a59b0630 authored by Gabriel Monnerat's avatar Gabriel Monnerat

sorry, revert part of r44763 because this step no make sense

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44764 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 20bb87fe
......@@ -81,7 +81,6 @@ class TestUNGConfiguratorWorkflow(ERP5TypeTestCase):
stepConfiguratorNext
stepTic
stepCheckConfigureMultipleUserAccountForm
stepCheckUserAccountNumberThree
stepSetupMultipleUserAccountThree
stepConfiguratorNext
stepTic
......@@ -217,12 +216,6 @@ class TestUNGConfiguratorWorkflow(ERP5TypeTestCase):
self.assertEquals('Previous', response_dict['previous'])
self.assertEquals('Configure user accounts', response_dict['next'])
self.assertCurrentStep('Configuration of users', response_dict)
def stepCheckUserAccountNumberThree(self, sequence=None, sequence_list=None, **kw):
""" Check user amount """
business_configuration = sequence.get("business_configuration")
number_config_save = business_configuration['4']
self.asserEquals(self.number_config_save["user_number"], "3")
def stepSetupMultipleUserAccountThree(self, sequence=None, sequence_list=None, **kw):
""" Create multiple user account """
......
22
\ No newline at end of file
23
\ No newline at end of file
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