expanded offboarding test
This commit is contained in:
parent
9901c94e16
commit
2b6bc19296
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue