Ignore:
Timestamp:
6 Aug 2020, 10:49:02 (4 years ago)
Author:
Henrik Bettermann
Message:

year (Year of Entrance) is no longer required when creating an applicants container.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_browser.py

    r16120 r16190  
    364364            name="form.application_category").value = ['basic']
    365365        self.browser.getControl("Add applicants container").click()
    366         self.assertTrue('exists already in the database'
     366        self.assertTrue('already exists in the database'
    367367                        in self.browser.contents)
    368368        # Managers can add containers with prefix+number code instead of
Note: See TracChangeset for help on using the changeset viewer.