From 2b6bc1929630b5cdbb8af7de3264a20fbcb545d6 Mon Sep 17 00:00:00 2001 From: Benni Baermann Date: Thu, 11 Nov 2021 11:23:34 +0100 Subject: [PATCH] expanded offboarding test --- evapp/tests.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/evapp/tests.py b/evapp/tests.py index fcca22c..0756f21 100644 --- a/evapp/tests.py +++ b/evapp/tests.py @@ -97,13 +97,13 @@ class LoginTestCase(TestCase): '0-choice': 'OUT' }, OffboardingForm) - print() - print('ACHTUNG ACHTUNG') - print() - response = self._postform({ 'eva_form_view-current_step': '4', '4-lastdate_employment': '2021-01-01', + '4-date_returning': '2021-01-01', + '4-lastdate_bvg': '2021-01-01', + '4-lastdate_bahncard': '2021-01-01', + }, DummyForm) response = self._postform({