diff --git a/evapp/tests.py b/evapp/tests.py index e55bb73..fcca22c 100644 --- a/evapp/tests.py +++ b/evapp/tests.py @@ -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({