expanded offboarding test
This commit is contained in:
parent
9901c94e16
commit
2b6bc19296
|
@ -97,13 +97,13 @@ class LoginTestCase(TestCase):
|
||||||
'0-choice': 'OUT'
|
'0-choice': 'OUT'
|
||||||
}, OffboardingForm)
|
}, OffboardingForm)
|
||||||
|
|
||||||
print()
|
|
||||||
print('ACHTUNG ACHTUNG')
|
|
||||||
print()
|
|
||||||
|
|
||||||
response = self._postform({
|
response = self._postform({
|
||||||
'eva_form_view-current_step': '4',
|
'eva_form_view-current_step': '4',
|
||||||
'4-lastdate_employment': '2021-01-01',
|
'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)
|
}, DummyForm)
|
||||||
|
|
||||||
response = self._postform({
|
response = self._postform({
|
||||||
|
|
Loading…
Reference in New Issue