From a820943b0f7d089075187e8cacb62f89f3460f83 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 9 Mar 2019 11:49:18 +0100 Subject: Disable back test for warehouse creation wizard --- ishtar_common/tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ishtar_common') diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 111626416..db2e956ad 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -333,6 +333,7 @@ class WizardTest(object): steps = None condition_dict = None form_datas = [] + test_back = True def setUp(self): self.username, self.password, self.user = create_superuser() @@ -442,7 +443,7 @@ class WizardTest(object): continue if not previous_step: previous_step = idx - elif not back_tested: + elif self.test_back and not back_tested: # test going back on a form response = self.wizard_post( self.client, url, current_step, None, -- cgit v1.2.3