test for offboarding works

This commit is contained in:
Benni Bärmann 2021-11-10 15:54:08 +01:00
parent e61c28aae3
commit 9901c94e16
1 changed files with 2 additions and 6 deletions

View File

@ -102,12 +102,8 @@ class LoginTestCase(TestCase):
print()
response = self._postform({
'eva_form_view-current_step': '1',
'1-firstdate_employment': '2021-01-01',
'1-firstdate_presence': '2021-01-01',
'1-jobdescription_german': 'hau drauf',
'1-jobdescription_english': 'und schluss',
'1-works_in_gs': False
'eva_form_view-current_step': '4',
'4-lastdate_employment': '2021-01-01',
}, DummyForm)
response = self._postform({